package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.1.tbz
sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914
sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 06 Jun 2023

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. activitypub
  18. activitypub_client
  19. activitypub_gui
  20. activitypub_server
  21. activitypub_server_gui
  22. adelfa
  23. advi
  24. afl-persistent >= "1.4"
  25. agrid
  26. ahrocksdb
  27. aifad >= "2.2.1"
  28. alba >= "0.4.1"
  29. albatross
  30. alcotest >= "0.8.5"
  31. alcotest-async >= "0.8.5"
  32. alcotest-js
  33. alcotest-lwt >= "0.8.5"
  34. alcotest-mirage
  35. alg_structs
  36. alg_structs_qcheck
  37. algaeff
  38. alonzo
  39. alsa >= "0.3.0"
  40. alt-ergo >= "2.3.0" & < "2.6.0"
  41. alt-ergo-free >= "2.3.3.dune3"
  42. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  43. alt-ergo-lib-free >= "2.3.3.dune3"
  44. alt-ergo-parsers < "2.6.0"
  45. alt-ergo-parsers-free
  46. alt-ergo-plugin-ab-why3 < "2.6.0"
  47. altgr-ergo >= "2.3.0"
  48. ambient-context
  49. ambient-context-eio
  50. ambient-context-lwt
  51. amf >= "0.1.2"
  52. amqp-client >= "2.0.3"
  53. amqp-client-async >= "2.0.3"
  54. amqp-client-lwt >= "2.0.3"
  55. anders
  56. angstrom >= "0.11.1"
  57. angstrom-async >= "0.11.1"
  58. angstrom-lwt-unix >= "0.11.1"
  59. angstrom-unix >= "0.11.1"
  60. ansi
  61. ansi-parse >= "0.4.0"
  62. anthill
  63. antic
  64. ao >= "0.2.2"
  65. api-watch
  66. apronext
  67. arb
  68. archetype
  69. archi
  70. archi-async
  71. archi-lwt
  72. arg-complete
  73. argon2 >= "1.0.0"
  74. arp >= "1.0.0"
  75. arp-mirage
  76. art
  77. asai
  78. asak
  79. ask
  80. ask-integrator
  81. asli >= "0.2.0"
  82. asn1-combinators >= "0.2.2"
  83. ast_generic
  84. async >= "v0.12.0" & < "v0.17.0"
  85. async-uri < "0.4.0"
  86. async_durable >= "v0.12.0" & < "v0.17.0"
  87. async_extra >= "v0.12.0" & < "v0.17.0"
  88. async_find >= "v0.12.0" & < "v0.17.0"
  89. async_graphics >= "0.7.0"
  90. async_inotify >= "v0.12.0" & < "v0.17.0"
  91. async_interactive >= "v0.12.0" & < "v0.17.0"
  92. async_js >= "v0.12.0" & < "v0.17.0"
  93. async_kernel >= "v0.12.0" & < "v0.17.0"
  94. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  95. async_rpc_websocket < "v0.17.0"
  96. async_sendfile >= "v0.12.0" & < "v0.17.0"
  97. async_shell >= "v0.12.0" & < "v0.17.0"
  98. async_smtp >= "v0.12.0" & < "v0.17.0"
  99. async_ssl >= "v0.12.0" & < "v0.17.0"
  100. async_udp < "v0.17.0"
  101. async_unix >= "v0.12.0" & < "v0.17.0"
  102. async_websocket < "v0.17.0"
  103. atable
  104. atd >= "2.2.1"
  105. atdd
  106. atdgen >= "2.2.1"
  107. atdgen-codec-runtime
  108. atdgen-runtime >= "2.2.1"
  109. atdj >= "2.2.1" & < "20151001.01"
  110. atdpy
  111. atds
  112. atdts
  113. atomic < "base"
  114. autofonce
  115. autofonce_config
  116. autofonce_core
  117. autofonce_lib
  118. autofonce_m4
  119. autofonce_misc
  120. autofonce_patch
  121. autofonce_share
  122. avro
  123. avro-compiler
  124. awa
  125. awa-lwt
  126. awa-mirage
  127. aws >= "1.2"
  128. aws-async
  129. aws-autoscaling >= "1.2"
  130. aws-cloudformation >= "1.2"
  131. aws-cloudtrail >= "1.2"
  132. aws-cloudwatch
  133. aws-config
  134. aws-ec2 >= "1.2"
  135. aws-elasticache
  136. aws-elasticloadbalancing >= "1.2"
  137. aws-lwt
  138. aws-rds
  139. aws-route53
  140. aws-s3 >= "4.0.0"
  141. aws-s3-async >= "4.0.0"
  142. aws-s3-lwt >= "4.0.0"
  143. aws-sdb >= "1.2"
  144. aws-sqs
  145. aws-ssm >= "1.2"
  146. aws-sts >= "1.2"
  147. awsm
  148. awsm-async
  149. awsm-codegen
  150. awsm-lwt
  151. azblob
  152. azblob-async
  153. azure-cosmos-db
  154. babel < "v0.17.0"
  155. backoff
  156. bag
  157. baguette_sharp
  158. bam
  159. bam-ppx
  160. bare_encoding
  161. bark
  162. base >= "v0.12.0" & < "v0.17.0"
  163. base32
  164. base64 >= "2.3.0"
  165. base_bigstring < "v0.17.0"
  166. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  167. base_trie < "v0.17.0"
  168. bastet
  169. bastet_async
  170. bastet_lwt
  171. batch_jaro_winkler
  172. batsat
  173. batteries >= "3.7.1"
  174. bddrand
  175. bech32
  176. bechamel
  177. bechamel-js
  178. bechamel-notty
  179. bechamel-perf
  180. beluga >= "1.0"
  181. benchmark >= "1.6"
  182. benchpress
  183. benchpress-server
  184. bencode >= "2.0"
  185. bentov
  186. bestline
  187. bheap >= "2.0.0"
  188. bidirectional_map < "v0.17.0"
  189. bigarray-compat
  190. bigarray-overlap
  191. bigdecimal < "v0.17.0"
  192. bignum >= "v0.12.0" & < "v0.17.0"
  193. bigstring >= "0.3"
  194. bigstring-unix >= "0.3"
  195. bigstringaf >= "0.5.0"
  196. bimage
  197. bimage-display
  198. bimage-gtk
  199. bimage-io
  200. bimage-lwt
  201. bimage-sdl
  202. bimage-unix
  203. bimap
  204. bin_prot >= "v0.12.0" & < "v0.17.0"
  205. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  206. binaryen_dsl
  207. bindlib >= "6.0.0"
  208. biniou >= "1.2.1"
  209. binning
  210. binsec >= "0.4.0"
  211. bio_io
  212. biocaml >= "0.9.0"
  213. biotk
  214. bisect_ppx >= "1.4.0"
  215. bistro >= "0.5.0"
  216. bistro-bio
  217. bitcoin >= "3.0"
  218. bitcoin-cohttp-async
  219. bitcoin-cohttp-lwt
  220. bitcoin-ocurl
  221. bitcoinml >= "0.4.1"
  222. bitlib
  223. bitmasks >= "1.2.0"
  224. bitpack_serializer
  225. bitstring >= "3.1.1"
  226. bitv >= "1.4"
  227. bitwuzla
  228. bitwuzla-bin < "1.0.0"
  229. bitwuzla-c
  230. bitwuzla-cxx
  231. bjack >= "0.1.6"
  232. blake3
  233. bloomf
  234. bls12-381 < "19.0"
  235. bls12-381-gen
  236. bls12-381-hash
  237. bls12-381-js
  238. bls12-381-js-gen
  239. bls12-381-legacy
  240. bls12-381-signature
  241. bls12-381-unix
  242. blurhash
  243. bnfgen
  244. bogue
  245. bogue-tutorials
  246. boltzgen
  247. bonsai < "v0.17.0"
  248. boulangerie
  249. box
  250. brr-lwd
  251. bson2
  252. bst >= "7.0.1"
  253. buffer-pool
  254. build_path_prefix_map >= "0.3"
  255. builder
  256. builder-web
  257. bun >= "0.3.4"
  258. bwd
  259. bwrap
  260. bytearray >= "1.0.1"
  261. bytebuffer
  262. bytepdf
  263. bz2
  264. ca-certs
  265. ca-certs-nss
  266. cactus
  267. cairn
  268. cairo2 >= "0.6"
  269. cairo2-gtk
  270. cairo2-pango
  271. caisar < "2.1"
  272. caisar-ir
  273. caisar-nnet
  274. caisar-onnx
  275. caisar-ovo
  276. caisar-xgboost
  277. calcium
  278. calculon >= "0.4"
  279. calculon-redis
  280. calculon-redis-lib
  281. calculon-web >= "0.4"
  282. caldav < "0.2.2"
  283. calendar >= "3.0.0"
  284. calendars
  285. calipso
  286. calli
  287. callipyge >= "0.2"
  288. camelot
  289. camels
  290. camelsnakekebab
  291. camlimages >= "5.0.2"
  292. camlix
  293. camlon >= "3.1.0"
  294. camlp-streams
  295. camlrack
  296. camltc >= "0.9.8"
  297. camomile >= "1.0.2"
  298. camyll
  299. canary
  300. capnp >= "3.5.0"
  301. capnp-rpc >= "0.3.2"
  302. capnp-rpc-lwt >= "0.3.2"
  303. capnp-rpc-mirage >= "0.3.2"
  304. capnp-rpc-net
  305. capnp-rpc-unix >= "0.3.2"
  306. caqti >= "1.0.0" & < "2.1.1"
  307. caqti-async >= "1.0.0" & < "2.1.1"
  308. caqti-driver-mariadb >= "1.0.0" & < "2.1.1"
  309. caqti-driver-pgx < "2.1.1"
  310. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  311. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  312. caqti-dynload >= "1.0.0"
  313. caqti-eio < "2.1.1"
  314. caqti-lwt >= "1.0.0" & < "2.1.1"
  315. caqti-mirage < "2.1.1"
  316. caqti-type-calendar >= "1.0.0"
  317. carbon
  318. carray
  319. carton
  320. carton-git
  321. carton-lwt
  322. catala < "0.9.0"
  323. catapult
  324. catapult-client
  325. catapult-daemon
  326. catapult-file
  327. catapult-sqlite
  328. cb-check
  329. cbor >= "0.3"
  330. cborl
  331. ccbg
  332. cconv >= "0.5"
  333. cconv-ppx
  334. cdb
  335. cdrom >= "0.9.4"
  336. ceph
  337. certify >= "0.3.0"
  338. cf
  339. cf-lwt
  340. cfg >= "2.2.0"
  341. cfml
  342. cfstream >= "1.3.1"
  343. chacha
  344. chamelon-unix
  345. chamo >= "4.0"
  346. charInfo_width
  347. charrua
  348. charrua-client >= "0.11.2"
  349. charrua-client-lwt >= "0.11.2"
  350. charrua-client-mirage >= "0.11.2"
  351. charrua-core >= "0.11.2"
  352. charrua-server
  353. charrua-unix >= "0.11.2"
  354. charset
  355. chartjs
  356. chartjs-annotation
  357. chartjs-colorschemes
  358. chartjs-datalabels
  359. chartjs-streaming
  360. chase
  361. checkseum = "0.0.3" | >= "0.2.1"
  362. choice >= "0.4"
  363. chrome-trace < "3.14.0"
  364. cid
  365. cinaps >= "v0.12.0"
  366. clangml >= "4.0.0"
  367. clangml-transforms >= "0.24"
  368. clap >= "0.2.0"
  369. clarity >= "0.4.0"
  370. clarity-lang
  371. class_group_vdf
  372. clim
  373. clim-ppx
  374. climate
  375. clp_operations
  376. clz
  377. cmarker
  378. cmdliner-stdlib
  379. cmon
  380. codept >= "0.10.3"
  381. cohttp >= "1.1.1"
  382. cohttp-async >= "1.1.1"
  383. cohttp-curl
  384. cohttp-curl-async
  385. cohttp-curl-lwt
  386. cohttp-eio
  387. cohttp-lwt >= "1.1.1"
  388. cohttp-lwt-jsoo >= "1.1.1"
  389. cohttp-lwt-unix >= "1.1.1"
  390. cohttp-lwt-unix-nossl
  391. cohttp-lwt-unix-ssl
  392. cohttp-mirage >= "1.1.1"
  393. cohttp-server-lwt-unix
  394. cohttp-top >= "1.1.1"
  395. cohttp_async_websocket < "v0.17.0"
  396. cohttp_static_handler < "v0.17.0"
  397. coin >= "0.1.1"
  398. colibri2
  399. colibrics
  400. colibrilib
  401. colombe
  402. color >= "0.2.0"
  403. color-brewery
  404. combinaml
  405. combinat
  406. comby
  407. comby-kernel
  408. comby-semantic
  409. command_rpc >= "v0.12.0" & < "v0.17.0"
  410. conan
  411. conan-cli
  412. conan-database
  413. conan-lwt
  414. conan-unix
  415. conduit >= "1.3.0"
  416. conduit-async >= "1.3.0"
  417. conduit-async-ssl
  418. conduit-async-tls
  419. conduit-lwt >= "1.3.0"
  420. conduit-lwt-ssl
  421. conduit-lwt-tls
  422. conduit-lwt-unix >= "1.3.0"
  423. conduit-mirage
  424. conduit-tls
  425. conex >= "0.10.0"
  426. conex-mirage-crypto
  427. conex-nocrypto
  428. confero
  429. config-file >= "1.2.1"
  430. conformist
  431. containers >= "2.4"
  432. containers-data
  433. containers-thread
  434. content_security_policy < "v0.17.0"
  435. cookie
  436. cookies
  437. coq >= "8.14.0"
  438. coq-core
  439. coq-lsp
  440. coq-of-ocaml >= "2.4.1"
  441. coq-serapi >= "8.9.0+0.6.0"
  442. coq-stdlib
  443. coq-waterproof
  444. coqide >= "8.14.0"
  445. coqide-server
  446. core >= "v0.12.0" & < "v0.17.0"
  447. core-and-more
  448. core_bench >= "v0.12.0" & < "v0.17.0"
  449. core_compat
  450. core_extended >= "v0.12.0" & < "v0.17.0"
  451. core_kernel >= "v0.12.3" & < "v0.17.0"
  452. core_profiler >= "v0.12.0" & < "v0.17.0"
  453. core_unix < "v0.17.0"
  454. cosovo
  455. cow >= "2.4.0"
  456. cowabloga >= "0.5.0"
  457. cpm >= "12.1.2"
  458. cppo >= "1.6.6"
  459. cppo_ocamlbuild >= "1.6.6"
  460. cps_toolbox
  461. cpu
  462. cpuid >= "0.1.2"
  463. crc >= "2.1.0"
  464. crlibm >= "0.3"
  465. crontab
  466. crowbar >= "0.2"
  467. crunch >= "2.2.0"
  468. cry >= "0.6.5"
  469. cryptokit >= "1.16.1"
  470. csexp
  471. css
  472. css-parser
  473. cstruct >= "3.3.0"
  474. cstruct-async >= "3.3.0"
  475. cstruct-lwt >= "3.3.0"
  476. cstruct-sexp
  477. cstruct-unix >= "3.3.0"
  478. csv >= "2.2"
  479. csv-lwt >= "2.1"
  480. csvfields >= "v0.12.0" & < "v0.17.0"
  481. csvtool
  482. ctoxml
  483. ctypes >= "0.21.1"
  484. ctypes-foreign >= "0.21.1"
  485. ctypes-zarith
  486. ctypes_stubs_js
  487. cucumber
  488. cudf >= "0.10"
  489. cue_sheet_maker
  490. cuid >= "0.2"
  491. cumulus
  492. curly >= "0.2.0"
  493. current
  494. current-albatross-deployer
  495. current-web-pipelines
  496. current_ansi
  497. current_docker
  498. current_examples
  499. current_git
  500. current_github
  501. current_gitlab
  502. current_incr
  503. current_ocluster
  504. current_rpc
  505. current_slack
  506. current_ssh
  507. current_web
  508. curses >= "1.0.9"
  509. curve-sampling
  510. cviode
  511. cwe_checker
  512. DkSDKFFIOCaml_Std
  513. DrawGrammar >= "0.2.2"
  514. daft >= "0.0.4"
  515. dap
  516. data-encoding
  517. dataframe
  518. datakit >= "0.12.2"
  519. datakit-bridge-github >= "0.12.2"
  520. datakit-bridge-local-git >= "0.12.2"
  521. datakit-ci >= "0.12.2"
  522. datakit-client >= "0.12.2"
  523. datakit-client-9p >= "0.12.2"
  524. datakit-client-git >= "0.12.2"
  525. datakit-github >= "0.12.2"
  526. datakit-server >= "0.12.2"
  527. datakit-server-9p >= "0.12.2"
  528. datalog >= "0.6"
  529. dates_calc
  530. daypack-lib
  531. dbf != "0.1.1"
  532. dblp
  533. dblp-api
  534. debian-formats >= "0.1.2"
  535. decimal
  536. decoders >= "0.1.2"
  537. decoders-bencode
  538. decoders-cbor
  539. decoders-ezjsonm >= "0.1.2"
  540. decoders-ezxmlm
  541. decoders-jsonaf
  542. decoders-jsonm
  543. decoders-msgpck
  544. decoders-sexplib
  545. decoders-yojson >= "0.1.2"
  546. decompress >= "0.8.1"
  547. dedent < "v0.17.0"
  548. dedukti >= "2.7"
  549. delimcc_of_fxhandler
  550. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  551. depyt >= "0.3.0"
  552. devkit >= "1.0"
  553. diet >= "0.2"
  554. diffable
  555. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  556. directories
  557. dirsift
  558. dirsp-exchange
  559. dirsp-exchange-kbb2017
  560. dirsp-proscript
  561. dirsp-proscript-mirage
  562. dirsp-ps2ocaml
  563. diskuvbox
  564. disml
  565. dispatch >= "0.4.1"
  566. dispatch-js >= "0.4.1"
  567. distributed >= "0.6.0"
  568. distributed-lwt >= "0.2.0"
  569. distributed-uwt >= "0.2.0"
  570. dkim
  571. dkim-bin
  572. dkim-mirage
  573. dkml-c-probe
  574. dkml-component-offline-ocamlrun
  575. dkml-component-offline-opam
  576. dkml-component-staging-ocamlrun
  577. dkml-component-staging-opam32
  578. dkml-component-staging-opam64
  579. dkml-dune-dsl
  580. dkml-dune-dsl-show
  581. dkml-install
  582. dkml-install-installer
  583. dkml-install-runner
  584. dkml-option-vcpkg
  585. dkml-package-console
  586. dkml-runtime-common >= "2.0.3"
  587. dkml-runtime-distribution
  588. dkml-workflows
  589. dlm >= "0.3.1"
  590. dmap
  591. dns >= "1.1.0"
  592. dns-async >= "1.1.0"
  593. dns-certify
  594. dns-cli
  595. dns-client
  596. dns-client-lwt
  597. dns-client-miou-unix
  598. dns-client-mirage
  599. dns-lwt >= "1.1.0"
  600. dns-lwt-unix >= "1.1.0"
  601. dns-mirage
  602. dns-resolver
  603. dns-server
  604. dns-stub
  605. dns-tsig
  606. dnssec
  607. docfd
  608. docker-api >= "0.2"
  609. docker_hub
  610. dockerfile >= "6.0.0"
  611. dockerfile-cmd >= "6.0.0"
  612. dockerfile-opam >= "6.0.0"
  613. docteur
  614. docteur-solo5
  615. docteur-unix
  616. doculib
  617. doi2bib
  618. dokeysto >= "3.0.2"
  619. dokeysto_camltc >= "3.0.2"
  620. dokeysto_lz4 >= "3.0.2"
  621. dolmen >= "0.4.1"
  622. dolmen_bin
  623. dolmen_loop
  624. dolmen_lsp
  625. dolmen_model
  626. dolmen_type
  627. dolog >= "4.0.0"
  628. domain-local-await
  629. domain-local-timeout
  630. domain-name >= "0.1.2"
  631. domain_shims
  632. domainslib
  633. dose3 >= "6.1"
  634. dose3-extra
  635. dot-merlin-reader
  636. dotenv
  637. dream
  638. dream-accept
  639. dream-cli
  640. dream-encoding
  641. dream-html
  642. dream-htmx
  643. dream-httpaf
  644. dream-livereload
  645. dream-pure
  646. dream-serve
  647. drom >= "0.3.0"
  648. drom_lib >= "0.3.0"
  649. drom_toml
  650. dropbox >= "0.2"
  651. dropbox_lwt_unix
  652. dscheck < "0.4.0"
  653. dssi >= "0.1.3"
  654. dtc-pb
  655. dtoa >= "0.3.2"
  656. dtools >= "0.4.2"
  657. dual
  658. duff >= "0.2"
  659. dum >= "1.0.2"
  660. dump_ocamlformat
  661. dune-action-plugin < "3.14.0"
  662. dune-build-info < "3.14.0"
  663. dune-cargo-build
  664. dune-compiledb
  665. dune-configurator >= "1.11.4" & < "3.14.0"
  666. dune-deps
  667. dune-expand
  668. dune-glob < "3.14.0"
  669. dune-private-libs < "3.14.0"
  670. dune-release >= "1.0.0"
  671. dune-rpc < "3.14.0"
  672. dune-rpc-lwt < "3.14.0"
  673. dune-site < "3.14.0"
  674. duppy >= "0.9.0"
  675. duration >= "0.1.2"
  676. dyn < "3.14.0"
  677. earley >= "2.0.0"
  678. earlybird
  679. easy-format >= "1.3.2"
  680. easy_logging
  681. easy_logging_yojson
  682. ecaml >= "v0.12.0" & < "v0.17.0"
  683. edn >= "0.1.6-1-gff9db95"
  684. ego
  685. eigen >= "0.1.0"
  686. eio < "0.11"
  687. eio-ssl
  688. eio_linux < "0.11"
  689. eio_luv
  690. eio_main < "0.11"
  691. eio_posix < "0.11"
  692. eio_windows < "0.11"
  693. either
  694. elasticsearch-cli >= "0.5"
  695. electrod >= "0.2.1"
  696. eliom >= "10.1.2"
  697. elpi >= "1.3.1"
  698. email_message >= "v0.12.0" & < "v0.17.0"
  699. embedded_ocaml_templates
  700. emile >= "0.4"
  701. encoding
  702. encore >= "0.3"
  703. env_config < "v0.17.0"
  704. epictetus
  705. eqaf >= "0.2"
  706. eqaf-cstruct
  707. equinoxe
  708. equinoxe-cohttp
  709. equinoxe-hlc
  710. eris
  711. eris-lwt
  712. erlang
  713. errpy
  714. erssical >= "1.1.0"
  715. esgg
  716. esperanto-cosmopolitan >= "0.0.5"
  717. ethernet
  718. euler
  719. exenum >= "0.86"
  720. exit
  721. expect_test_helpers >= "v0.12.0"
  722. expect_test_helpers_async < "v0.17.0"
  723. expect_test_helpers_core < "v0.17.0"
  724. expect_test_helpers_kernel >= "v0.12.0"
  725. extism
  726. extism-manifest
  727. extlib >= "1.7.9"
  728. extunix >= "0.3.1"
  729. ez_api
  730. ez_cmdliner >= "0.2.0"
  731. ez_config >= "0.2.0"
  732. ez_file >= "0.3.0"
  733. ez_hash
  734. ez_pgocaml
  735. ez_search
  736. ez_subst
  737. ezcurl
  738. ezcurl-lwt
  739. ezdl
  740. ezgzip >= "0.2.3"
  741. ezjs_ace
  742. ezjs_blockies
  743. ezjs_cleave
  744. ezjs_crypto
  745. ezjs_cytoscape
  746. ezjs_d3pie
  747. ezjs_extension
  748. ezjs_fetch
  749. ezjs_idb
  750. ezjs_jquery
  751. ezjs_min
  752. ezjs_odometer
  753. ezjs_push
  754. ezjs_qrcode
  755. ezjs_recaptcha
  756. ezjs_timeline
  757. ezjsonm >= "1.0.0"
  758. ezjsonm-encoding
  759. ezjsonm-lwt >= "1.0.0"
  760. ezresto
  761. ezresto-directory
  762. ezsqlite >= "0.4.2"
  763. ezxenstore >= "0.4.1"
  764. ezxmlm >= "1.1.0"
  765. FPauth
  766. FPauth-core
  767. FPauth-responses
  768. FPauth-strategies
  769. FrontC >= "4.0.0"
  770. faad >= "0.5.0"
  771. facteur
  772. fadbadml >= "0.1.2"
  773. faraday >= "0.7.1"
  774. faraday-async >= "0.7.1"
  775. faraday-lwt >= "0.7.1"
  776. faraday-lwt-unix >= "0.7.1"
  777. farith
  778. farmhash >= "0.4"
  779. fasmifra
  780. fat-filesystem >= "0.13.0"
  781. fd-send-recv >= "2.0.1"
  782. fdkaac >= "0.3.2"
  783. feat
  784. feat-core
  785. feat-num
  786. feather
  787. feather_async
  788. ff
  789. ff-bench
  790. ff-pbt
  791. ff-sig
  792. ffmpeg >= "1.0.0~beta1"
  793. ffmpeg-av
  794. ffmpeg-avcodec
  795. ffmpeg-avdevice
  796. ffmpeg-avfilter
  797. ffmpeg-avutil
  798. ffmpeg-swresample
  799. ffmpeg-swscale
  800. fftw3 >= "0.8.2"
  801. fiat-p256
  802. fiber
  803. fiber-lwt
  804. fieldslib >= "v0.12.0" & < "v0.17.0"
  805. file_path < "v0.17.0"
  806. fileutils >= "0.6.1"
  807. finch
  808. fit
  809. fix >= "20181206"
  810. flac >= "0.3.0"
  811. flex-array
  812. flint
  813. flow_parser >= "0.229.1"
  814. fmlib
  815. fmlib_browser
  816. fmlib_js
  817. fmlib_parse
  818. fmlib_pretty
  819. fmlib_std
  820. fontforge-of-ocaml
  821. forester < "4.2.0"
  822. frama-c >= "26.0~beta" & < "30.0~beta"
  823. frama-c-lannotate >= "0.2.3"
  824. frama-c-luncov >= "0.2.1"
  825. frama-c-metacsl >= "0.4"
  826. frama-clang
  827. fred
  828. freetds >= "0.7"
  829. frei0r >= "0.1.2"
  830. frenetic >= "5.0.5"
  831. fromager
  832. fsevents
  833. fsevents-lwt
  834. fsml
  835. fswatch
  836. fswatch_async
  837. fswatch_lwt
  838. fun-postgresql
  839. fun-sql
  840. fun-sqlite
  841. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  842. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  843. fuseau
  844. fuseau-lwt
  845. fuzzy_compare
  846. fuzzy_match < "v0.17.0"
  847. fzf < "v0.17.0"
  848. General >= "0.6.0"
  849. GT
  850. gapi-ocaml >= "0.3.7"
  851. gbddml
  852. gd >= "1.1"
  853. gdbprofiler >= "0.4"
  854. gemini >= "0.3.0"
  855. gen >= "0.5.2"
  856. gen_js_api >= "1.0.6"
  857. genprint
  858. genspio >= "0.0.3"
  859. genspir >= "1.0.1"
  860. geojson
  861. geojsone
  862. geoml
  863. get_line >= "7.0.0"
  864. getopt >= "20230213"
  865. gettext >= "0.4.1"
  866. gettext-camomile
  867. gettext-stub
  868. git >= "2.0.0"
  869. git-cohttp
  870. git-cohttp-mirage
  871. git-cohttp-unix
  872. git-http >= "2.0.0"
  873. git-kv < "0.1.0"
  874. git-mirage >= "2.0.0"
  875. git-paf
  876. git-unix >= "2.0.0"
  877. github >= "4.0.0"
  878. github-data
  879. github-hooks >= "0.4.0"
  880. github-hooks-unix >= "0.4.0"
  881. github-jsoo >= "4.0.0"
  882. github-unix >= "4.0.0"
  883. gitlab
  884. gitlab-jsoo
  885. gitlab-unix
  886. gitlab_pipeline_notifier
  887. glfw-ocaml
  888. globlon
  889. gluten
  890. gluten-async
  891. gluten-eio
  892. gluten-lwt
  893. gluten-lwt-unix
  894. gluten-mirage
  895. gmap >= "0.2.1"
  896. gmp
  897. gnuplot >= "0.6"
  898. gobba
  899. gobject-introspection
  900. goblint >= "1.1.1"
  901. goblint-cil >= "1.8.0"
  902. google-drive-ocamlfuse >= "0.6.26"
  903. gopcaml-mode >= "0.0.2"
  904. gopcaml-mode-merlin
  905. gospel
  906. gotd
  907. gperftools >= "0.4"
  908. gpiod
  909. gpr >= "1.4.0"
  910. gpt
  911. gptar
  912. gr
  913. grace
  914. gradescope_submit
  915. graphics >= "5.0.0"
  916. graphql >= "0.8.0"
  917. graphql-async >= "0.8.0"
  918. graphql-cohttp >= "0.9.0"
  919. graphql-lwt >= "0.8.0"
  920. graphql_parser >= "0.9.0"
  921. graphql_ppx >= "0.7.1"
  922. graphv
  923. graphv_core
  924. graphv_core_lib
  925. graphv_font
  926. graphv_font_js
  927. graphv_font_stb_truetype
  928. graphv_gles2
  929. graphv_gles2_native
  930. graphv_gles2_native_impl
  931. graphv_webgl
  932. graphv_webgl_impl
  933. gremlin
  934. grenier >= "0.8"
  935. grid
  936. grpc
  937. grpc-async
  938. grpc-bench
  939. grpc-eio
  940. grpc-examples
  941. grpc-lwt
  942. gsl >= "1.24.0"
  943. gstreamer >= "0.3.1"
  944. guardian
  945. guile
  946. h1
  947. h1-lwt-unix
  948. h1_parser
  949. h2
  950. h2-async
  951. h2-eio
  952. h2-lwt
  953. h2-lwt-unix
  954. h2-mirage
  955. hack_parallel >= "1.0.0"
  956. hacl-star
  957. hacl-star-raw >= "0.5.0"
  958. hacl_func
  959. hacl_x25519
  960. happy-eyeballs
  961. happy-eyeballs-lwt
  962. happy-eyeballs-miou-unix
  963. happy-eyeballs-mirage
  964. hardcaml >= "v0.12.0" & < "v0.17.0"
  965. hardcaml-lua
  966. hardcaml_axi < "v0.17.0"
  967. hardcaml_c < "v0.17.0"
  968. hardcaml_circuits < "v0.17.0"
  969. hardcaml_fixed_point < "v0.17.0"
  970. hardcaml_handshake < "v0.17.0"
  971. hardcaml_of_verilog < "v0.17.0"
  972. hardcaml_step_testbench < "v0.17.0"
  973. hardcaml_verify < "v0.17.0"
  974. hardcaml_verilator < "v0.17.0"
  975. hardcaml_waveterm < "v0.17.0"
  976. hardcaml_xilinx < "v0.17.0"
  977. hardcaml_xilinx_components < "v0.17.0"
  978. hardcaml_xilinx_reports < "v0.17.0"
  979. hashcons >= "1.4.0"
  980. hashids >= "1.0.1"
  981. haxe >= "4.1.1"
  982. hc
  983. hdf5 >= "0.1.5"
  984. hdr_histogram >= "0.0.3"
  985. headache >= "1.04"
  986. header-check
  987. herdtools7 >= "7.55"
  988. hex >= "1.3.0"
  989. hex_encode < "v0.17.0"
  990. hexstring
  991. hg_lib < "v0.17.0"
  992. hidapi >= "1.1"
  993. hidapi-lwt
  994. higher_kinded < "v0.17.0"
  995. higlo >= "0.8"
  996. hilite
  997. hkdf >= "1.0.3"
  998. hl_yaml
  999. hockmd
  1000. hol2dk
  1001. horned_worm >= "0.3.4"
  1002. hpack
  1003. hsluv
  1004. html_of_jsx < "0.0.4"
  1005. htmlfromtexbooks
  1006. hts_shrink >= "2.1.2"
  1007. http
  1008. http-cookie
  1009. http-date
  1010. http-lwt-client
  1011. http-mirage-client
  1012. http-multipart-formdata
  1013. http_async
  1014. httpaf >= "0.6.0"
  1015. httpaf-async >= "0.6.0"
  1016. httpaf-lwt-unix
  1017. httpaf_caged
  1018. httpcats
  1019. httph
  1020. httpun
  1021. httpun-async
  1022. httpun-eio
  1023. httpun-lwt
  1024. httpun-lwt-unix
  1025. httpun-mirage
  1026. httpun-types
  1027. httpun-ws
  1028. httpun-ws-async
  1029. httpun-ws-eio
  1030. httpun-ws-lwt
  1031. httpun-ws-lwt-unix
  1032. httpun-ws-mirage
  1033. huffman
  1034. hvsock >= "2.0.0"
  1035. hxd
  1036. hyper
  1037. ISO3166
  1038. ISO8601 >= "0.2.6"
  1039. i3ipc >= "0.1.4"
  1040. icalendar
  1041. idd
  1042. idds
  1043. imagelib >= "20200929"
  1044. incr_dom >= "v0.12.0" & < "v0.17.0"
  1045. incr_dom_interactive < "v0.17.0"
  1046. incr_dom_keyboard
  1047. incr_dom_partial_render < "v0.17.0"
  1048. incr_dom_sexp_form < "v0.17.0"
  1049. incr_dom_widgets >= "v0.12.0"
  1050. incr_map >= "v0.12.0" & < "v0.17.0"
  1051. incr_select >= "v0.12.0" & < "v0.17.0"
  1052. incremental >= "v0.12.0" & < "v0.17.0"
  1053. indentation_buffer < "v0.17.0"
  1054. index
  1055. index-bench
  1056. inferno >= "20190924"
  1057. influxdb
  1058. influxdb-async
  1059. influxdb-lwt
  1060. inotify >= "2.4" & < "2.6"
  1061. inquire
  1062. inquirer_oc
  1063. int_repr < "v0.17.0"
  1064. integers >= "0.3.0"
  1065. integers_stubs_js
  1066. integration1d >= "0.5.1"
  1067. interface-prime
  1068. interface-prime-lwt
  1069. interval >= "1.5" & < "1.6"
  1070. interval-map
  1071. interval_base
  1072. interval_crlibm
  1073. interval_intel
  1074. io-page >= "2.1.0"
  1075. io-page-unix >= "2.1.0"
  1076. io-page-xen >= "2.1.0"
  1077. iomux
  1078. iostream
  1079. iostream-camlzip
  1080. ip2location
  1081. ip2locationio
  1082. ip2whois
  1083. ipaddr >= "2.9.0"
  1084. ipaddr-cstruct
  1085. ipaddr-sexp
  1086. irc-client >= "0.6.2"
  1087. irc-client-lwt >= "0.6.2"
  1088. irc-client-lwt-ssl
  1089. irc-client-tls >= "0.6.2"
  1090. irc-client-unix >= "0.6.2"
  1091. iri >= "0.6.0"
  1092. irmin >= "2.0.0"
  1093. irmin-bench
  1094. irmin-chunk >= "2.0.0"
  1095. irmin-cli
  1096. irmin-client
  1097. irmin-containers
  1098. irmin-fs >= "2.0.0"
  1099. irmin-git >= "2.0.0"
  1100. irmin-graphql
  1101. irmin-http >= "2.0.0"
  1102. irmin-indexeddb >= "2.0"
  1103. irmin-layers
  1104. irmin-mem >= "2.0.0"
  1105. irmin-mirage >= "2.0.0"
  1106. irmin-mirage-git
  1107. irmin-mirage-graphql
  1108. irmin-pack
  1109. irmin-pack-tools
  1110. irmin-server
  1111. irmin-test
  1112. irmin-tezos
  1113. irmin-tezos-utils
  1114. irmin-unix >= "2.0.0"
  1115. irmin-watcher >= "0.5.0"
  1116. iso639
  1117. iter >= "1.4"
  1118. itv-tree >= "2.2"
  1119. JsOfOCairo >= "2.0.0"
  1120. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1121. jane_rope < "v0.17.0"
  1122. janestreet_cpuid < "v0.17.0"
  1123. janestreet_csv < "v0.17.0"
  1124. janestreet_lru_cache < "v0.17.0"
  1125. jasmin >= "2023.06.0"
  1126. jekyll-format >= "0.2.0"
  1127. jemalloc >= "0.2"
  1128. jerboa
  1129. jext
  1130. jhupllib >= "0.2.1"
  1131. jingoo >= "1.3.0"
  1132. jose
  1133. js_of_ocaml >= "3.3.0"
  1134. js_of_ocaml-compiler >= "3.3.0"
  1135. js_of_ocaml-lwt >= "3.3.0"
  1136. js_of_ocaml-ocamlbuild >= "3.5.0"
  1137. js_of_ocaml-ppx >= "3.3.0"
  1138. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1139. js_of_ocaml-toplevel >= "3.3.0"
  1140. js_of_ocaml-tyxml >= "3.3.0"
  1141. js_of_ocaml-webgpu
  1142. js_of_ocaml-webidl
  1143. js_of_ocaml_patches < "v0.17.0"
  1144. json-data-encoding
  1145. json-data-encoding-browser
  1146. json-data-encoding-bson
  1147. json_decoder
  1148. jsonaf < "v0.17.0"
  1149. jsonoo
  1150. jsonrpc
  1151. jsonschema2atd
  1152. jsonxt
  1153. jsoo-react
  1154. jsoo_broadcastchannel >= "2.0.0"
  1155. jsoo_storage >= "1.0.1"
  1156. jst-config < "v0.17.0"
  1157. junit >= "2.0.1"
  1158. junit_alcotest >= "2.0.1"
  1159. junit_ounit >= "2.0.1"
  1160. jupyter >= "2.3.2"
  1161. jupyter-archimedes >= "2.3.2"
  1162. jupyter-kernel >= "0.4"
  1163. jwto
  1164. kafka >= "0.5"
  1165. kafka_async
  1166. kafka_lwt
  1167. kappa-agents
  1168. kappa-binaries
  1169. kappa-library
  1170. kappa-server
  1171. kcas < "0.7.0"
  1172. kcas_data < "0.7.0"
  1173. kdf
  1174. kdl
  1175. ke
  1176. key-parsers >= "0.10.0"
  1177. kicadsch >= "0.4.0"
  1178. kind2
  1179. kinetic-client >= "0.0.11"
  1180. kittyimg
  1181. kkmarkdown
  1182. kmt
  1183. knights_tour
  1184. kqueue
  1185. krb
  1186. lab
  1187. lablgtk3 >= "3.0.beta4"
  1188. lablgtk3-extras >= "3.0.1"
  1189. lablgtk3-goocanvas2
  1190. lablgtk3-gtkspell3
  1191. lablgtk3-rsvg2
  1192. lablgtk3-sourceview3
  1193. lablqml >= "0.6"
  1194. labrys
  1195. lacaml >= "11.0.2"
  1196. ladspa >= "0.2.0"
  1197. lambda
  1198. lambda-runtime
  1199. lambda-term >= "2.0"
  1200. lambda_streams
  1201. lambda_streams_async
  1202. lambda_streams_lwt
  1203. lambdapi >= "2.0.0"
  1204. lambdasoup >= "0.6.4"
  1205. lame >= "0.3.4"
  1206. landmarks >= "1.4"
  1207. landmarks-ppx
  1208. lascar >= "0.6-alpha"
  1209. lastfm >= "0.3.3"
  1210. launchd >= "1.3"
  1211. lazy-trie >= "1.2.0"
  1212. lbfgs >= "0.9.1"
  1213. lbvs_consent >= "2.1.0"
  1214. ldap >= "2.4.1"
  1215. ldp
  1216. ldp_curl
  1217. ldp_js
  1218. ldp_tls
  1219. leaflet
  1220. learn-ocaml
  1221. learn-ocaml-client
  1222. ledgerwallet
  1223. ledgerwallet-tezos
  1224. lens >= "1.2.3"
  1225. let-if >= "0.2.0"
  1226. letsencrypt
  1227. letsencrypt-app
  1228. letsencrypt-dns
  1229. letsencrypt-mirage
  1230. letters
  1231. leveldb >= "1.3.0"
  1232. lib_parsing
  1233. libabsolute
  1234. libbinaryen < "105.1.0" | >= "107.0.1"
  1235. libirmin
  1236. libsail
  1237. libsvm >= "0.10.0"
  1238. libzipperposition
  1239. lilac
  1240. lilv
  1241. line-up-words >= "v0.12.0" & < "v0.17.0"
  1242. line_oriented
  1243. linenoise >= "1.2.0"
  1244. links >= "0.9"
  1245. links-mysql
  1246. links-postgresql >= "0.9"
  1247. links-sqlite3
  1248. linol
  1249. linol-eio
  1250. linol-lwt
  1251. lintcstubs
  1252. lintcstubs-arity
  1253. lintcstubs-gen
  1254. linwrap
  1255. liquid_interpreter
  1256. liquid_ml
  1257. liquid_parser
  1258. liquid_std
  1259. liquid_syntax
  1260. liquidsoap >= "2.2.0"
  1261. liquidsoap-core
  1262. liquidsoap-js
  1263. liquidsoap-lang
  1264. liquidsoap-libs
  1265. liquidsoap-libs-extra
  1266. liquidsoap-mode
  1267. little_logger
  1268. llama
  1269. llama-cpp-ocaml
  1270. llama_core
  1271. llama_interactive
  1272. llama_midi
  1273. llvm >= "15.0.7+nnp-2"
  1274. lmdb >= "1.0"
  1275. lo >= "0.2.0"
  1276. lockfree
  1277. loga >= "0.0.5"
  1278. logical
  1279. logs-async < "1.3"
  1280. logs-async-reporter < "1.3"
  1281. logs-ppx
  1282. logs-syslog >= "0.2.0"
  1283. logtk >= "1.5.1"
  1284. lp
  1285. lp-glpk
  1286. lp-glpk-js
  1287. lp-gurobi
  1288. lpd >= "1.2.2"
  1289. lreplay
  1290. lru >= "0.3.0"
  1291. lru_cache
  1292. lsp
  1293. lt-code
  1294. lua-ml >= "0.9.3"
  1295. lua_parser
  1296. lucid
  1297. lun
  1298. lustre-v6 >= "6.103.3"
  1299. lutils >= "1.51.2"
  1300. lutin >= "2.71.10"
  1301. luv
  1302. luv_unix
  1303. lwd
  1304. lwt >= "4.2.0"
  1305. lwt-canceler >= "0.2"
  1306. lwt-dllist
  1307. lwt-exit
  1308. lwt-parallel >= "1.0.0"
  1309. lwt-watcher >= "0.2"
  1310. lwt_domain
  1311. lwt_eio
  1312. lwt_glib >= "1.1.1"
  1313. lwt_log >= "1.1.1"
  1314. lwt_ppx >= "1.2.2"
  1315. lwt_ppx_let
  1316. lwt_react >= "1.1.2"
  1317. lwt_ssl >= "1.1.3"
  1318. lz4 >= "1.2.0"
  1319. lz4_chans >= "3.0.1"
  1320. lzo >= "0.0.3"
  1321. m_tree
  1322. macaddr
  1323. macaddr-cstruct
  1324. macaddr-sexp
  1325. mad >= "0.5.0"
  1326. magic-mime >= "1.1.2"
  1327. magic-trace
  1328. make-random
  1329. malfunction >= "0.3"
  1330. man_in_the_middle_debugger < "v0.17.0"
  1331. markdown
  1332. markup >= "0.8.0"
  1333. markup-lwt
  1334. mastodon-archive-viewer >= "0.2"
  1335. matita
  1336. matplotlib
  1337. mbr-format >= "1.0.0"
  1338. mc2
  1339. mccs >= "1.1+10"
  1340. md2mld
  1341. mdx != "1.7.0"
  1342. mec
  1343. mechaml >= "1.1.0"
  1344. mehari
  1345. mehari-eio
  1346. mehari-eio-unix
  1347. mehari-lwt-unix
  1348. mehari-mirage
  1349. mel
  1350. melange < "4.0.0-51"
  1351. melange-atdgen-codec-runtime
  1352. melange-compiler-libs
  1353. melange-fetch
  1354. melange-numeral
  1355. melange-react-dates
  1356. melange-react-query
  1357. melange-recharts
  1358. melange-testing-library
  1359. melange-webapi
  1360. meldep
  1361. mem_usage
  1362. memcad >= "1.1.0"
  1363. memgraph
  1364. memgraph_kitty
  1365. memo
  1366. memprof-limits
  1367. memtrace
  1368. memtrace-mirage
  1369. memtrace_viewer
  1370. menhir >= "20200123"
  1371. menhirCST
  1372. menhirLib
  1373. menhirSdk
  1374. merge-fmt
  1375. merlin >= "3.2.1"
  1376. merlin-extend >= "0.4"
  1377. merlin-lib
  1378. mesh >= "0.9.5"
  1379. mesh-easymesh >= "0.9.5"
  1380. mesh-graphics >= "0.9.5"
  1381. mesh-triangle >= "0.9.5"
  1382. metadata
  1383. metadb
  1384. metapp
  1385. metaquot
  1386. metrics
  1387. metrics-influx
  1388. metrics-lwt
  1389. metrics-mirage
  1390. metrics-rusage
  1391. metrics-unix
  1392. mew
  1393. mew_vi
  1394. middleware
  1395. mimic
  1396. mimic-happy-eyeballs
  1397. mindstorm >= "0.8"
  1398. mindstorm-lwt
  1399. minicaml
  1400. minicli >= "5.0.2"
  1401. minisat >= "0.3"
  1402. miou
  1403. mirage >= "3.3.0"
  1404. mirage-block >= "1.2.0"
  1405. mirage-block-ccm >= "1.1.0"
  1406. mirage-block-combinators
  1407. mirage-block-lwt >= "1.2.0"
  1408. mirage-block-partition
  1409. mirage-block-ramdisk >= "0.4"
  1410. mirage-block-solo5 >= "0.6.0"
  1411. mirage-block-unix >= "2.11.0"
  1412. mirage-block-xen >= "1.6.0"
  1413. mirage-bootvar
  1414. mirage-bootvar-solo5 >= "0.6.0"
  1415. mirage-bootvar-unix
  1416. mirage-bootvar-xen >= "0.6.0"
  1417. mirage-channel >= "3.2.0"
  1418. mirage-channel-lwt >= "3.2.0"
  1419. mirage-clock >= "2.0.0"
  1420. mirage-clock-freestanding >= "2.0.0"
  1421. mirage-clock-lwt >= "2.0.0"
  1422. mirage-clock-solo5
  1423. mirage-clock-unix >= "2.0.0"
  1424. mirage-conduit = "1.3.0" | >= "3.1.0"
  1425. mirage-console >= "2.4.0"
  1426. mirage-console-lwt >= "2.4.0"
  1427. mirage-console-solo5 >= "0.6.0"
  1428. mirage-console-unix >= "2.4.1"
  1429. mirage-console-xen >= "2.4.0"
  1430. mirage-console-xen-backend >= "2.4.0"
  1431. mirage-console-xen-proto >= "2.4.0"
  1432. mirage-crypto
  1433. mirage-crypto-ec
  1434. mirage-crypto-entropy
  1435. mirage-crypto-pk
  1436. mirage-crypto-rng
  1437. mirage-crypto-rng-async
  1438. mirage-crypto-rng-eio
  1439. mirage-crypto-rng-lwt
  1440. mirage-crypto-rng-miou-unix
  1441. mirage-crypto-rng-mirage
  1442. mirage-device >= "1.2.0"
  1443. mirage-dns >= "3.1.0"
  1444. mirage-entropy >= "0.5.1"
  1445. mirage-flow >= "1.6.0"
  1446. mirage-flow-combinators
  1447. mirage-flow-lwt >= "1.6.0"
  1448. mirage-flow-rawlink >= "1.1.0"
  1449. mirage-flow-unix >= "1.6.0"
  1450. mirage-fs >= "1.2.0"
  1451. mirage-fs-lwt >= "1.2.0"
  1452. mirage-fs-mem
  1453. mirage-fs-unix >= "1.6.0"
  1454. mirage-kv >= "2.0.0"
  1455. mirage-kv-lwt >= "2.0.0"
  1456. mirage-kv-mem
  1457. mirage-kv-unix
  1458. mirage-logs >= "1.0.0"
  1459. mirage-monitoring
  1460. mirage-nat >= "1.1.0"
  1461. mirage-net >= "2.0.0"
  1462. mirage-net-lwt >= "2.0.0"
  1463. mirage-net-macosx >= "1.5.0"
  1464. mirage-net-solo5 >= "0.4.3"
  1465. mirage-net-unix >= "2.5.0"
  1466. mirage-net-xen >= "1.9.0"
  1467. mirage-profile >= "0.9.0"
  1468. mirage-profile-unix >= "0.9.0"
  1469. mirage-profile-xen >= "0.9.0"
  1470. mirage-protocols >= "2.0.0"
  1471. mirage-protocols-lwt >= "2.0.0"
  1472. mirage-qubes >= "0.7.0"
  1473. mirage-qubes-ipv4 >= "0.7.0"
  1474. mirage-random >= "1.2.0"
  1475. mirage-random-stdlib
  1476. mirage-random-test
  1477. mirage-runtime >= "3.3.0"
  1478. mirage-solo5 >= "0.6.2"
  1479. mirage-stack >= "1.4.0"
  1480. mirage-stack-lwt >= "1.4.0"
  1481. mirage-time >= "1.3.0"
  1482. mirage-time-lwt >= "1.3.0"
  1483. mirage-time-unix >= "1.3.0"
  1484. mirage-types >= "3.3.0"
  1485. mirage-types-lwt >= "3.3.0"
  1486. mirage-unix >= "3.2.0"
  1487. mirage-vnetif >= "0.4.2"
  1488. mirage-vnetif-stack
  1489. mirage-xen >= "3.2.0"
  1490. mkaudio >= "1.1.0"
  1491. mkocaml
  1492. mlbdd >= "0.7.2"
  1493. mlfenv
  1494. mlmpfr >= "4.0.2+dune"
  1495. mlpost >= "0.9"
  1496. mlpost-lablgtk
  1497. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1498. mm >= "0.7.0"
  1499. mmap
  1500. mmdb
  1501. mnd
  1502. mock >= "0.1.1"
  1503. mock-ounit >= "0.1.1"
  1504. module-graph
  1505. molenc >= "5.0.0"
  1506. monaco_jsoo
  1507. monocypher
  1508. monolith
  1509. monomorphic >= "2.0"
  1510. monorobot
  1511. moonpool
  1512. moonpool-io
  1513. moonpool-lwt
  1514. mopsa
  1515. morbig >= "0.10.3"
  1516. morsmall
  1517. moss >= "0.1.1"
  1518. mparser >= "1.3"
  1519. mparser-pcre
  1520. mparser-re
  1521. mperf
  1522. mpg123
  1523. mpp >= "0.3.4"
  1524. mpris >= "0.2.0"
  1525. mpris-clients
  1526. mrmime
  1527. mrt-format >= "0.3.1"
  1528. msat >= "0.8"
  1529. msat-bin
  1530. msgpck >= "1.5"
  1531. msgpck-repr
  1532. mssql
  1533. mugen
  1534. mula
  1535. multibase
  1536. multicodec
  1537. multicont = "1.0.1"
  1538. multicore-bench < "0.1.2"
  1539. multicore-magic < "2.2.0"
  1540. multihash
  1541. multihash-digestif
  1542. multipart-form-data >= "0.3.0"
  1543. multipart_form
  1544. multipart_form-cohttp-lwt
  1545. multipart_form-eio
  1546. multipart_form-lwt
  1547. murmur3 >= "0.3"
  1548. mustache >= "3.1.0"
  1549. mustache-cli
  1550. mutaml
  1551. mutf8
  1552. mwt
  1553. mybuild >= "7"
  1554. mysql8
  1555. mysql_protocol >= "3.0.1"
  1556. n_ary < "v0.17.0"
  1557. naboris
  1558. nacc
  1559. nanoid
  1560. nanosvg
  1561. nanosvg_text
  1562. nbd >= "4.0.3"
  1563. nbd-tool
  1564. nbd-unix
  1565. netchannel >= "1.9.0"
  1566. netkat
  1567. netlink >= "0.3.4"
  1568. netsnmp < "v0.17.0"
  1569. nice_parser
  1570. ninja_utils
  1571. niru
  1572. nloge
  1573. nlopt
  1574. nmea
  1575. noCanren >= "0.3.0~alpha1"
  1576. nocoiner
  1577. node_of_ocaml
  1578. noise
  1579. non_empty_list
  1580. nottui
  1581. nottui-lwt
  1582. nottui-pretty
  1583. notty >= "0.2.3"
  1584. notty_async >= "v0.12.0" & < "v0.17.0"
  1585. np
  1586. npy >= "0.0.9"
  1587. nsq >= "0.4.0"
  1588. numeric_string < "v0.17.0"
  1589. nuscr
  1590. OCADml
  1591. OCanren
  1592. OCanren-ppx
  1593. OSCADml
  1594. obeam
  1595. obelisk >= "0.5.0"
  1596. obuilder
  1597. obuilder-spec
  1598. obus >= "1.2.0"
  1599. ocal >= "0.2.2"
  1600. ocaml-canvas
  1601. ocaml-compiler-libs >= "v0.12.0"
  1602. ocaml-embed-file < "v0.17.0"
  1603. ocaml-in-python
  1604. ocaml-index
  1605. ocaml-lsp-server
  1606. ocaml-lua >= "1.8"
  1607. ocaml-migrate-parsetree >= "1.2.0"
  1608. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1609. ocaml-monadic >= "0.4.1"
  1610. ocaml-print-intf
  1611. ocaml-probes < "v0.17.0"
  1612. ocaml-protoc >= "2.0.1"
  1613. ocaml-protoc-plugin < "6.1.0"
  1614. ocaml-r >= "0.1.1"
  1615. ocaml-syntax-shims
  1616. ocaml-systemd >= "1.3"
  1617. ocaml-top >= "1.2.0"
  1618. ocaml-vdom < "transition"
  1619. ocaml-version >= "1.0.0"
  1620. ocaml_db_model
  1621. ocaml_intrinsics < "v0.17.0"
  1622. ocaml_pgsql_model
  1623. ocaml_plugin >= "v0.12.0"
  1624. ocamlapi
  1625. ocamlapi_async
  1626. ocamlapi_lwt_unix
  1627. ocamlapi_ppx
  1628. ocamlc-loc < "3.14.0"
  1629. ocamlcodoc
  1630. ocamldiff >= "1.2"
  1631. ocamlformat >= "0.24.1"
  1632. ocamlformat-lib
  1633. ocamlformat-rpc < "removed"
  1634. ocamlformat-rpc-lib
  1635. ocamlfuse >= "2.7.1-cvs6"
  1636. ocamlgraph >= "2.0.0"
  1637. ocamlgraph_gtk
  1638. ocamline
  1639. ocamlog
  1640. ocamlregextkit
  1641. ocb
  1642. ocf >= "0.8.0"
  1643. ocf_ppx
  1644. ockt
  1645. ocluster != "0.2"
  1646. ocluster-api
  1647. ocluster-worker
  1648. ocolor
  1649. ocp-browser >= "1.1.9"
  1650. ocp-indent >= "1.7.0"
  1651. ocp-indent-nlfork >= "1.5.4"
  1652. ocp-index >= "1.1.9"
  1653. ocp-search
  1654. ocp_reveal
  1655. ocplib-endian >= "1.1"
  1656. ocplib-json-typed-browser
  1657. ocplib-json-typed-bson
  1658. ocplib-simplex >= "0.5"
  1659. ocplib_stuff >= "0.4.0"
  1660. ocsigen-i18n >= "4.0.0"
  1661. ocsigen-ppx-rpc
  1662. ocsigenserver >= "4.0.1"
  1663. ocsipersist
  1664. ocsipersist-dbm
  1665. ocsipersist-dbm-config
  1666. ocsipersist-lib
  1667. ocsipersist-pgsql
  1668. ocsipersist-pgsql-config
  1669. ocsipersist-sqlite
  1670. ocsipersist-sqlite-config
  1671. octavius >= "1.2.2"
  1672. octez-accuser-Proxford < "19.0"
  1673. octez-accuser-PtKathma
  1674. octez-accuser-PtLimaPt
  1675. octez-accuser-PtMumbai
  1676. octez-accuser-PtNairob < "19.0"
  1677. octez-alcotezt < "19.0"
  1678. octez-baker-Proxford < "19.0"
  1679. octez-baker-PtKathma
  1680. octez-baker-PtLimaPt
  1681. octez-baker-PtMumbai
  1682. octez-baker-PtNairob < "19.0"
  1683. octez-bls12-381-hash
  1684. octez-bls12-381-polynomial
  1685. octez-bls12-381-signature
  1686. octez-client < "19.0"
  1687. octez-codec < "19.0"
  1688. octez-crawler < "19.0"
  1689. octez-dac-client < "19.0"
  1690. octez-dac-node < "19.0"
  1691. octez-distributed-internal < "19.0"
  1692. octez-distributed-lwt-internal < "19.0"
  1693. octez-injector < "19.0"
  1694. octez-l2-libs < "19.0"
  1695. octez-libs < "19.0"
  1696. octez-mec
  1697. octez-node < "19.0"
  1698. octez-node-config < "19.0"
  1699. octez-plompiler
  1700. octez-plonk
  1701. octez-polynomial
  1702. octez-proto-libs < "19.0"
  1703. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1704. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1705. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1706. octez-protocol-003-PsddFKi3-libs < "19.0"
  1707. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1708. octez-protocol-005-PsBabyM1-libs < "19.0"
  1709. octez-protocol-006-PsCARTHA-libs < "19.0"
  1710. octez-protocol-007-PsDELPH1-libs < "19.0"
  1711. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1712. octez-protocol-009-PsFLoren-libs < "19.0"
  1713. octez-protocol-010-PtGRANAD-libs < "19.0"
  1714. octez-protocol-011-PtHangz2-libs < "19.0"
  1715. octez-protocol-012-Psithaca-libs < "19.0"
  1716. octez-protocol-013-PtJakart-libs < "19.0"
  1717. octez-protocol-014-PtKathma-libs < "19.0"
  1718. octez-protocol-015-PtLimaPt-libs < "19.0"
  1719. octez-protocol-016-PtMumbai-libs < "19.0"
  1720. octez-protocol-017-PtNairob-libs < "19.0"
  1721. octez-protocol-018-Proxford-libs < "19.0"
  1722. octez-protocol-alpha-libs < "19.0"
  1723. octez-protocol-compiler < "19.0"
  1724. octez-proxy-server < "19.0"
  1725. octez-shell-libs < "19.0"
  1726. octez-signer < "19.0"
  1727. octez-smart-rollup-client-Proxford
  1728. octez-smart-rollup-client-PtMumbai
  1729. octez-smart-rollup-client-PtNairob
  1730. octez-smart-rollup-node < "19.0"
  1731. octez-smart-rollup-node-alpha < "19.0"
  1732. octez-smart-rollup-node-lib < "19.0"
  1733. octez-smart-rollup-node-Proxford < "19.0"
  1734. octez-smart-rollup-node-PtMumbai
  1735. octez-smart-rollup-node-PtNairob < "19.0"
  1736. octez-smart-rollup-wasm-benchmark-lib
  1737. octez-smart-rollup-wasm-debugger < "19.0"
  1738. octez-tx-rollup-client-PtKathma
  1739. octez-tx-rollup-client-PtLimaPt
  1740. octez-tx-rollup-node-PtKathma
  1741. octez-tx-rollup-node-PtLimaPt
  1742. octez-validator
  1743. octez-version < "19.0"
  1744. odash
  1745. odate >= "0.6"
  1746. odds >= "1.1"
  1747. odep
  1748. odepack >= "0.6.9"
  1749. odnnr
  1750. odoc >= "1.4.0"
  1751. odoc-parser
  1752. oepub
  1753. of_json < "v0.17.0"
  1754. offheap
  1755. ogg = "0.6.0" | >= "0.7.0"
  1756. ohex
  1757. oidc
  1758. ojo
  1759. ojs
  1760. ojs_base
  1761. ojs_base_all
  1762. ojs_base_ppx
  1763. ojs_ed
  1764. ojs_filetree
  1765. ojs_list
  1766. olinq >= "0.3"
  1767. oma
  1768. omd >= "1.3.2"
  1769. ometrics
  1770. omg
  1771. omigrate
  1772. omlr >= "1.0.3"
  1773. omtl
  1774. oneffs
  1775. oniguruma
  1776. opam-0install
  1777. opam-0install-cudf
  1778. opam-bin >= "1.0.0"
  1779. opam-build
  1780. opam-check-npm-deps
  1781. opam-client >= "2.0.2"
  1782. opam-compiler
  1783. opam-core >= "2.0.2"
  1784. opam-custom-install
  1785. opam-devel >= "2.0.2"
  1786. opam-ed >= "0.4"
  1787. opam-file-format >= "2.1.0" & < "2.1.5"
  1788. opam-format >= "2.0.2"
  1789. opam-graph
  1790. opam-grep >= "0.2.0"
  1791. opam-installer >= "2.0.2"
  1792. opam-monorepo
  1793. opam-package-upgrade >= "0.2"
  1794. opam-publish >= "2.0.2"
  1795. opam-repository >= "2.0.2"
  1796. opam-solver >= "2.0.2"
  1797. opam-spin
  1798. opam-state >= "2.0.2"
  1799. opam-test
  1800. opam2web >= "2.0"
  1801. opam_bin_lib != "0.9.5"
  1802. opasswd >= "1.3.1"
  1803. opazl
  1804. openai
  1805. openai-gym
  1806. openapi
  1807. openapi-opium
  1808. openapi_router
  1809. opencc0
  1810. opencc1
  1811. opencc1_1
  1812. openQASM
  1813. openstellina
  1814. opentelemetry
  1815. opentelemetry-client-cohttp-lwt
  1816. opentelemetry-client-ocurl
  1817. opentelemetry-cohttp-lwt
  1818. opentelemetry-lwt
  1819. opine
  1820. opium >= "0.17.0"
  1821. opium-graphql
  1822. opium-testing
  1823. opium_kernel >= "0.17.0"
  1824. oplot
  1825. oplsr
  1826. opomodoro
  1827. opsian
  1828. optal
  1829. opti
  1830. optimization1d >= "0.6.1"
  1831. optiml-transport
  1832. optint >= "0.0.2"
  1833. opus >= "0.2.0"
  1834. oraft
  1835. oranger >= "2.0.1"
  1836. orb
  1837. order-i3-xfce
  1838. ordering < "3.14.0"
  1839. ordinal
  1840. ordinal_abbreviation < "v0.17.0"
  1841. ordma >= "0.0.5"
  1842. orec >= "1.0.1"
  1843. orewa
  1844. orf
  1845. orgeat
  1846. orpie
  1847. orrandomForest
  1848. orsvm_e1071 >= "4.0.0"
  1849. ortac-core
  1850. ortac-dune
  1851. ortac-qcheck-stm
  1852. ortac-runtime
  1853. ortac-runtime-qcheck-stm
  1854. orxgboost >= "1.1.0"
  1855. osc >= "0.2.0"
  1856. osc-lwt
  1857. osc-unix
  1858. oseq >= "0.2"
  1859. osh
  1860. oskel
  1861. osnap
  1862. ostap >= "0.6"
  1863. osx-secure-transport >= "0.1.1"
  1864. otf
  1865. otoggl
  1866. otoml
  1867. otr >= "0.3.6"
  1868. ounit = "2.1.2"
  1869. ounit-lwt < "2.2.0"
  1870. ounit2
  1871. ounit2-lwt
  1872. override
  1873. owee >= "0.3"
  1874. owi
  1875. owl >= "0.4.0"
  1876. owl-base >= "0.4.0"
  1877. owl-jupyter
  1878. owl-ode
  1879. owl-ode-base
  1880. owl-ode-odepack
  1881. owl-ode-sundials
  1882. owl-opt
  1883. owl-opt-lbfgs
  1884. owl-plplot
  1885. owl-symbolic
  1886. owl-top >= "0.4.0"
  1887. owl-zoo >= "0.4.0"
  1888. owork
  1889. ozulip
  1890. p4pp
  1891. p5scm
  1892. packstream
  1893. pacomb
  1894. paf
  1895. paf-cohttp
  1896. paf-le
  1897. pam < "v0.17.0"
  1898. pancake
  1899. pandoc
  1900. pandoc-abbreviations
  1901. pandoc-comment
  1902. pandoc-crossref
  1903. pandoc-include
  1904. pandoc-inspect
  1905. pandoc-pdf2png
  1906. pandoc-replace
  1907. papi >= "0.1.1"
  1908. par_incr
  1909. parany >= "7.0.2"
  1910. pardi >= "2.0.2"
  1911. pari
  1912. pari-bindings
  1913. parmap >= "1.1.1"
  1914. parse-argv >= "0.2.0"
  1915. parsexp >= "v0.12.0" & < "v0.17.0"
  1916. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1917. parsley
  1918. patch
  1919. patdiff >= "v0.12.1" & < "v0.17.0"
  1920. path_glob
  1921. patience_diff >= "v0.12.0" & < "v0.17.0"
  1922. patoline >= "0.2"
  1923. patricia-tree
  1924. pattern
  1925. pb
  1926. pb-plugin
  1927. pbkdf >= "1.0.0"
  1928. pbrt
  1929. pbrt_services
  1930. pbrt_yojson
  1931. pcap-format >= "0.5.2"
  1932. pcre >= "7.3.5"
  1933. pcre2
  1934. pds-reachability >= "0.2.2"
  1935. pecu >= "0.2"
  1936. petr4
  1937. petrol
  1938. pf-qubes
  1939. pg_query
  1940. pgocaml >= "4.0"
  1941. pgocaml_ppx
  1942. pgx >= "1.0"
  1943. pgx_async >= "1.0"
  1944. pgx_lwt >= "1.0"
  1945. pgx_lwt_mirage
  1946. pgx_lwt_unix
  1947. pgx_unix >= "1.0"
  1948. pgx_value_core
  1949. pgx_value_ptime
  1950. phantom-algebra >= "1.0.1"
  1951. phonetic
  1952. phylogenetics
  1953. piaf
  1954. picasso
  1955. piece_rope
  1956. piqi >= "0.7.8"
  1957. piqilib >= "0.6.16"
  1958. pixel_pusher
  1959. pkcs11 >= "0.18.0"
  1960. pkcs11-cli
  1961. pkcs11-driver
  1962. pkcs11-rev
  1963. pla >= "1.3"
  1964. plateau
  1965. plato
  1966. plebeia
  1967. plist-xml
  1968. plist-xml-lwt
  1969. plotkicadsch >= "0.4.0"
  1970. plotly
  1971. plplot >= "5.11.0-1"
  1972. polars
  1973. polars_async
  1974. polka
  1975. poll
  1976. polling_state_rpc < "v0.17.0"
  1977. polly
  1978. polynomial
  1979. pomap >= "4.1.0"
  1980. popper
  1981. portaudio >= "0.2.2"
  1982. portaudio_c_bindings
  1983. portmidi
  1984. posix-base
  1985. posix-bindings
  1986. posix-getopt >= "2.0.0"
  1987. posix-signal
  1988. posix-socket
  1989. posix-socket-unix
  1990. posix-time2
  1991. posix-types >= "2.0.0"
  1992. posix-uname
  1993. posixat >= "v0.12.0" & < "v0.17.0"
  1994. postgres_async < "v0.17.0"
  1995. postgresql >= "4.4.1"
  1996. pp
  1997. pp-binary-ints
  1998. pp_loc
  1999. pprint >= "20200226"
  2000. ppx-owl-opt
  2001. ppx_accessor < "v0.17.0"
  2002. ppx_assert >= "v0.12.0" & < "v0.17.0"
  2003. ppx_bap
  2004. ppx_base >= "v0.12.0" & < "v0.17.0"
  2005. ppx_bench >= "v0.12.0" & < "v0.17.0"
  2006. ppx_bigarray >= "3.0.0"
  2007. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  2008. ppx_bitstring >= "4.0.0"
  2009. ppx_blob >= "0.6.0"
  2010. ppx_bsx
  2011. ppx_camlrack
  2012. ppx_catch
  2013. ppx_cold < "v0.17.0"
  2014. ppx_compare >= "v0.12.0" & < "v0.17.0"
  2015. ppx_compose >= "0.1.0"
  2016. ppx_const >= "2.0"
  2017. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  2018. ppx_counters
  2019. ppx_css < "v0.17.0"
  2020. ppx_cstruct >= "3.3.0"
  2021. ppx_cstubs
  2022. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  2023. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  2024. ppx_decimal
  2025. ppx_defer >= "0.4.0"
  2026. ppx_demo < "v0.17.0"
  2027. ppx_derive_at_runtime < "v0.17.0"
  2028. ppx_derivers >= "1.2.1"
  2029. ppx_deriving = "4.3" | >= "4.5-1"
  2030. ppx_deriving_cad
  2031. ppx_deriving_cmdliner >= "0.5.1"
  2032. ppx_deriving_encoding
  2033. ppx_deriving_hardcaml >= "v0.12.0"
  2034. ppx_deriving_hash
  2035. ppx_deriving_json_schema
  2036. ppx_deriving_jsoo
  2037. ppx_deriving_madcast >= "0.2"
  2038. ppx_deriving_popper
  2039. ppx_deriving_protobuf >= "2.7"
  2040. ppx_deriving_qcheck
  2041. ppx_deriving_rpc >= "6.1.0"
  2042. ppx_deriving_scad
  2043. ppx_deriving_variant_string
  2044. ppx_deriving_yaml
  2045. ppx_deriving_yojson >= "3.3"
  2046. ppx_disable_unused_warnings < "v0.17.0"
  2047. ppx_distr_guards >= "0.2"
  2048. ppx_enum
  2049. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  2050. ppx_expect >= "v0.12.0" & < "v0.17.0"
  2051. ppx_factory
  2052. ppx_fail >= "v0.12.0"
  2053. ppx_fast_pipe
  2054. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  2055. ppx_fixed_literal < "v0.17.0"
  2056. ppx_gen_rec >= "1.1.0"
  2057. ppx_getenv >= "2.0"
  2058. ppx_globalize < "v0.17.0"
  2059. ppx_hash >= "v0.12.0" & < "v0.17.0"
  2060. ppx_here >= "v0.12.0" & < "v0.17.0"
  2061. ppx_ignore_instrumentation < "v0.17.0"
  2062. ppx_import >= "1.5-3-gbd627d5"
  2063. ppx_inline_alcotest
  2064. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  2065. ppx_interact
  2066. ppx_irmin
  2067. ppx_jane >= "v0.12.0" & < "v0.17.0"
  2068. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  2069. ppx_jsobject_conv >= "0.6.0"
  2070. ppx_jsonaf_conv < "v0.17.0"
  2071. ppx_let >= "v0.12.0" & < "v0.17.0"
  2072. ppx_log < "v0.17.0"
  2073. ppx_lun
  2074. ppx_make
  2075. ppx_map
  2076. ppx_matches
  2077. ppx_meta_conv >= "4.0.1"
  2078. ppx_mica
  2079. ppx_minidebug
  2080. ppx_module_timer < "v0.17.0"
  2081. ppx_monad
  2082. ppx_monoid >= "0.3.2"
  2083. ppx_mysql
  2084. ppx_mysql_identity
  2085. ppx_open
  2086. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  2087. ppx_optint
  2088. ppx_optional >= "v0.12.0" & < "v0.17.0"
  2089. ppx_parser
  2090. ppx_pattern_bind < "v0.17.0"
  2091. ppx_pbt
  2092. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2093. ppx_protocol_conv >= "3.1.0"
  2094. ppx_protocol_conv_json >= "3.1.0"
  2095. ppx_protocol_conv_jsonm
  2096. ppx_protocol_conv_msgpack >= "3.1.0"
  2097. ppx_protocol_conv_xml_light >= "3.1.0"
  2098. ppx_protocol_conv_xmlm
  2099. ppx_protocol_conv_yaml >= "3.1.0"
  2100. ppx_pyformat
  2101. ppx_python < "v0.17.0"
  2102. ppx_rapper
  2103. ppx_rapper_async
  2104. ppx_rapper_lwt
  2105. ppx_regexp >= "0.4.0"
  2106. ppx_relit
  2107. ppx_repr
  2108. ppx_seq
  2109. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  2110. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  2111. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  2112. ppx_show
  2113. ppx_stable < "v0.17.0"
  2114. ppx_stable_witness < "v0.17.0"
  2115. ppx_string < "v0.17.0"
  2116. ppx_string_interpolation
  2117. ppx_subliner
  2118. ppx_system
  2119. ppx_test >= "1.7.0"
  2120. ppx_there
  2121. ppx_tools >= "6.0+4.08.0"
  2122. ppx_tools_versioned >= "5.2.2"
  2123. ppx_trace
  2124. ppx_ts
  2125. ppx_tydi < "v0.17.0"
  2126. ppx_type_directed_value
  2127. ppx_typed_fields < "v0.17.0"
  2128. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  2129. ppx_tyre
  2130. ppx_units
  2131. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  2132. ppx_viewpattern
  2133. ppx_wideopen
  2134. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  2135. ppx_yojson
  2136. ppx_yojson_conv < "v0.17.0"
  2137. ppx_yojson_conv_lib < "v0.17.0"
  2138. ppxfind >= "1.3"
  2139. ppxlib >= "0.4.0"
  2140. ppxx >= "2.4.0"
  2141. pratter
  2142. prbnmcn-basic-structures
  2143. prbnmcn-cgrph
  2144. prbnmcn-clustering
  2145. prbnmcn-dagger
  2146. prbnmcn-dagger-gsl
  2147. prbnmcn-dagger-stats
  2148. prbnmcn-dagger-test
  2149. prbnmcn-gnuplot
  2150. prbnmcn-linalg
  2151. prbnmcn-mcts
  2152. prbnmcn-proptest
  2153. prbnmcn-stats
  2154. prbnmcn-ucb1
  2155. prc
  2156. preface
  2157. prelude
  2158. prettym
  2159. printbox >= "0.3"
  2160. printbox-ext-plot
  2161. printbox-html
  2162. printbox-md
  2163. printbox-text >= "0.6.1"
  2164. proc-smaps
  2165. process_limits
  2166. processor
  2167. producer
  2168. prof_spacetime >= "0.3.0"
  2169. profiling
  2170. profunctor < "v0.17.0"
  2171. progress
  2172. prom
  2173. prometheus >= "0.6"
  2174. prometheus-app >= "0.6"
  2175. prometheus-liquidsoap >= "2"
  2176. promise
  2177. promise_jsoo
  2178. promise_jsoo_lwt
  2179. protocell
  2180. protocol-9p >= "1.0.0"
  2181. protocol-9p-tool >= "1.0.0"
  2182. protocol-9p-unix >= "1.0.0"
  2183. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  2184. prr
  2185. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2186. psq >= "0.1.1"
  2187. ptmap >= "2.0.5"
  2188. ptset >= "1.0.1"
  2189. pulseaudio >= "0.1.4"
  2190. pure-html
  2191. pure-splitmix >= "0.3"
  2192. pvec
  2193. py >= "1.1"
  2194. pyast
  2195. pyml >= "20210924"
  2196. pyml_bindgen >= "0.3.0"
  2197. pyre-ast
  2198. pythonlib
  2199. qbf >= "0.3"
  2200. qcheck >= "0.9"
  2201. qcheck-alcotest
  2202. qcheck-core
  2203. qcheck-lin
  2204. qcheck-multicoretests-util
  2205. qcheck-ounit
  2206. qcheck-stm
  2207. qinap
  2208. qiskit < "0.44.0"
  2209. qmp >= "0.19.0"
  2210. qrencode >= "0.2"
  2211. qtest >= "2.10.1"
  2212. queenshead
  2213. quests
  2214. quickjs
  2215. radamsa
  2216. radare2 >= "0.0.3"
  2217. randii
  2218. randomconv >= "0.1.1"
  2219. randoml
  2220. range >= "0.8"
  2221. rangeSet
  2222. rankers
  2223. rawlink >= "1.0"
  2224. rawlink-eio
  2225. rawlink-lwt
  2226. raygui
  2227. raylib
  2228. rdbg >= "1.196.12"
  2229. rdf >= "0.13.0"
  2230. rdf_impls
  2231. rdf_json_ld
  2232. rdf_lwt
  2233. rdf_mysql
  2234. rdf_postgresql
  2235. rdf_ppx
  2236. re >= "1.9.0"
  2237. re2 >= "v0.12.1" & < "v0.17.0"
  2238. re2_stable
  2239. re_parser < "v0.17.0"
  2240. rea
  2241. reactiveData >= "0.3.0"
  2242. reactjs-jsx-ppx
  2243. readline
  2244. reanalyze
  2245. reason >= "3.5.0"
  2246. reason-react < "0.12.0"
  2247. reason-standard
  2248. received
  2249. record_builder >= "v0.12.0" & < "v0.17.0"
  2250. records >= "1.0.0"
  2251. reddit_api_async
  2252. reddit_api_kernel
  2253. redirect
  2254. redis >= "0.4"
  2255. redis-async < "v0.17.0"
  2256. redis-lwt >= "0.4"
  2257. redis-sync >= "0.4"
  2258. reed-solomon-erasure >= "1.0.2"
  2259. reedsolomon >= "0.3"
  2260. refl
  2261. regenerate >= "0.2"
  2262. regex_parser_intf < "v0.17.0"
  2263. relit_helper
  2264. remu_ts
  2265. reparse
  2266. reparse-lwt
  2267. reparse-lwt-unix
  2268. reparse-unix
  2269. repr
  2270. repr-bench
  2271. repr-fuzz
  2272. res >= "5.0.1"
  2273. res_tailwindcss
  2274. rescript-syntax
  2275. reshowcase
  2276. resource-pooling >= "1.1"
  2277. resource_cache >= "v0.12.0" & < "v0.17.0"
  2278. resp
  2279. resp-client
  2280. resp-mirage
  2281. resp-server >= "0.9"
  2282. resp-unix
  2283. resto
  2284. resto-acl
  2285. resto-cohttp
  2286. resto-cohttp-client
  2287. resto-cohttp-self-serving-client
  2288. resto-cohttp-server
  2289. resto-directory
  2290. resto-json
  2291. result >= "1.4"
  2292. rfc1951 >= "0.8.1" & != "1.0.0"
  2293. rfc6287 >= "1.0.4"
  2294. rfc7748
  2295. rfsm >= "1.6-alpha-3" & < "2.0"
  2296. rhythm
  2297. ringo
  2298. ringo-lwt
  2299. river >= "0.2"
  2300. rock
  2301. roman
  2302. root1d >= "0.5.1"
  2303. rope >= "0.6.2"
  2304. rosa
  2305. rosetta >= "0.2.0"
  2306. routes
  2307. rpc >= "6.1.0"
  2308. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2309. rpclib >= "6.1.0"
  2310. rpclib-async >= "6.1.0"
  2311. rpclib-html
  2312. rpclib-js
  2313. rpclib-lwt >= "6.1.0"
  2314. rsdd
  2315. rss
  2316. rtop >= "3.5.0"
  2317. rtree
  2318. rungen
  2319. runtime_events_tools
  2320. rusage
  2321. rust-staticlib-gen
  2322. rust-staticlib-virtual
  2323. SourceCode_ASCII
  2324. SZXX
  2325. safemoney
  2326. safepass >= "3.1"
  2327. sail >= "0.15"
  2328. sail_c_backend
  2329. sail_coq_backend
  2330. sail_doc_backend
  2331. sail_latex_backend
  2332. sail_lem_backend
  2333. sail_manifest
  2334. sail_ocaml_backend
  2335. sail_output
  2336. sail_smt_backend
  2337. sail_sv_backend
  2338. salsa20 >= "1.0.0"
  2339. salsa20-core >= "1.0.0"
  2340. samplerate >= "0.1.5"
  2341. sanddb >= "0.2"
  2342. sarek >= "20210823"
  2343. satex
  2344. saturn < "0.5.0"
  2345. saturn_lockfree < "0.5.0"
  2346. satyrographos
  2347. scad_ml
  2348. scaml
  2349. scfg
  2350. scgi
  2351. scipy
  2352. scrypt-kdf >= "1.0.0"
  2353. sd_logic
  2354. sdl-liquidsoap >= "3"
  2355. search
  2356. searchTree
  2357. secp256k1 >= "0.4.1"
  2358. secp256k1-internal
  2359. sedlex >= "2.0"
  2360. sek
  2361. sel
  2362. selective
  2363. semantic_version < "v0.17.0"
  2364. semaphore-compat
  2365. semver >= "0.2.1"
  2366. semver2
  2367. sendmail
  2368. sendmail-lwt
  2369. sendmail-miou-unix
  2370. sendmail-mirage
  2371. sentry
  2372. seq >= "0.2" & < "base"
  2373. seqes
  2374. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2375. serde < "0.0.2"
  2376. serde_debug
  2377. serde_derive < "0.0.2"
  2378. serde_json < "0.0.2"
  2379. serde_sexpr
  2380. serde_xml
  2381. serial
  2382. session >= "0.4.1"
  2383. session-cohttp >= "0.4.1"
  2384. session-cohttp-async >= "0.4.1"
  2385. session-cohttp-lwt >= "0.4.1"
  2386. session-cookie
  2387. session-cookie-async
  2388. session-cookie-lwt
  2389. session-postgresql >= "0.4.1"
  2390. session-postgresql-async >= "0.4.1"
  2391. session-postgresql-lwt >= "0.4.1"
  2392. session-redis-lwt >= "0.4.1"
  2393. session-webmachine >= "0.4.1"
  2394. setcore >= "1.0.2"
  2395. sexp < "v0.17.0"
  2396. sexp_decode
  2397. sexp_diff < "v0.17.0"
  2398. sexp_diff_kernel
  2399. sexp_grammar < "v0.17.0"
  2400. sexp_macro < "v0.17.0"
  2401. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2402. sexp_select < "v0.17.0"
  2403. sexp_string_quickcheck < "v0.17.0"
  2404. sexplib >= "v0.12.0" & < "v0.17.0"
  2405. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2406. sgf >= "1.0.1"
  2407. sha >= "1.13"
  2408. shapefile
  2409. shared-block-ring >= "3.0.0"
  2410. shared-memory-ring >= "3.1.0"
  2411. shared-memory-ring-lwt >= "3.1.0"
  2412. shared-secret >= "0.4"
  2413. shell < "v0.17.0"
  2414. sherlodoc
  2415. shexp >= "v0.12.0" & < "v0.17.0"
  2416. shine >= "0.2.2"
  2417. shuttle
  2418. shuttle_http
  2419. shuttle_ssl
  2420. shuttle_websocket
  2421. sifun
  2422. sihl
  2423. sihl-cache
  2424. sihl-contract
  2425. sihl-core
  2426. sihl-email
  2427. sihl-facade
  2428. sihl-persistence
  2429. sihl-queue
  2430. sihl-session
  2431. sihl-storage
  2432. sihl-token
  2433. sihl-type
  2434. sihl-user
  2435. sihl-web
  2436. simlog
  2437. simple63
  2438. sklearn
  2439. slack
  2440. slacko >= "0.14.1"
  2441. slipshow
  2442. slug
  2443. smart-print >= "0.3.0"
  2444. smbc >= "0.5"
  2445. smol
  2446. smol-helpers
  2447. smtlib-utils
  2448. smtml < "0.1.1"
  2449. snappy >= "0.1.2"
  2450. snoke
  2451. so
  2452. sodium-fmt
  2453. solid
  2454. solid_server
  2455. solid_tools
  2456. solidity-alcotest
  2457. solidity-common
  2458. solidity-parser
  2459. solidity-test
  2460. solidity-typechecker
  2461. solo5-elftool
  2462. sortedseq_intersect
  2463. soundtouch >= "0.1.9"
  2464. soupault
  2465. spacetime_lib >= "0.3.0"
  2466. spatial-shell
  2467. spawn < "v0.9.0" | >= "v0.13.0"
  2468. spdx_licenses
  2469. spectrum
  2470. speex >= "0.4.0"
  2471. spelll >= "0.4"
  2472. spin
  2473. splay_tree >= "v0.12.0" & < "v0.17.0"
  2474. splittable_random >= "v0.12.0" & < "v0.17.0"
  2475. spoc >= "20210823"
  2476. spoc_ppx
  2477. spoke
  2478. spotify-web-api >= "0.2.1"
  2479. spotlib >= "4.1.0"
  2480. sqlgg >= "20200521"
  2481. sqlite3 >= "4.4.1"
  2482. sqlite3_utils
  2483. srt
  2484. ssh-agent >= "0.2.0"
  2485. ssh-agent-unix
  2486. ssl >= "0.5.6"
  2487. stdcompat >= "19"
  2488. stdint >= "0.6.0"
  2489. stdint-literals
  2490. stdio >= "v0.12.0" & < "v0.17.0"
  2491. stdlib-diff
  2492. stdlib-random
  2493. stdlib-shims
  2494. stdune < "3.14.0"
  2495. stitch
  2496. stk
  2497. stk_iconv
  2498. stk_ocf
  2499. stk_ppx
  2500. stk_rdf
  2501. stog >= "0.20.0"
  2502. stog_all
  2503. stog_asy
  2504. stog_dot
  2505. stog_extern
  2506. stog_markdown
  2507. stog_multi_doc
  2508. stog_nocaml
  2509. stog_noexec
  2510. stog_plugins
  2511. stog_rdf
  2512. stog_rel_href
  2513. stog_server
  2514. stog_server_multi
  2515. stog_sitemap
  2516. stog_writing
  2517. store
  2518. stored_reversed < "v0.17.0"
  2519. stramon-lib
  2520. streamable < "v0.17.0"
  2521. streaming
  2522. string_dict >= "v0.12.0" & < "v0.17.0"
  2523. stringext >= "1.6.0"
  2524. sturgeon >= "0.4.2"
  2525. styled-ppx
  2526. subscriptions-transport-ws
  2527. subtype-refinement >= "0.2"
  2528. sun
  2529. svmwrap
  2530. swagger >= "0.2.0"
  2531. swhid
  2532. swhid_compute
  2533. swhid_core
  2534. swhid_types
  2535. swipl
  2536. syguslib-utils
  2537. syncweb
  2538. syndic >= "1.6.0"
  2539. sys-socket
  2540. sys-socket-unix
  2541. syslog >= "2.0.1"
  2542. syslog-message >= "1.0.0"
  2543. syslog-rfc5424
  2544. systemverilog >= "0.0.2"
  2545. tablecloth-base
  2546. tablecloth-melange
  2547. tablecloth-native < "transition"
  2548. taglib >= "0.3.7"
  2549. talaria-bibtex
  2550. tar >= "1.0.0"
  2551. tar-eio
  2552. tar-mirage >= "1.0.0"
  2553. tar-unix >= "1.0.0"
  2554. tcalc
  2555. tcpip >= "3.7.0"
  2556. tdigest
  2557. teash
  2558. telltime
  2559. tensorboard
  2560. term-indexing
  2561. term-tools
  2562. terminal
  2563. terminal_size >= "0.1.4"
  2564. terminus
  2565. terminus-cohttp
  2566. terminus-hlc
  2567. testo
  2568. testo-diff
  2569. testo-lwt
  2570. testo-util
  2571. testu01
  2572. textmate-language
  2573. textrazor
  2574. textutils >= "v0.12.0" & < "v0.17.0"
  2575. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2576. textwrap >= "0.2.1"
  2577. tezos-008-PtEdo2Zk-test-helpers
  2578. tezos-009-PsFLoren-test-helpers
  2579. tezos-010-PtGRANAD-test-helpers
  2580. tezos-011-PtHangz2-test-helpers
  2581. tezos-012-Psithaca-test-helpers
  2582. tezos-013-PtJakart-test-helpers
  2583. tezos-014-PtKathma-test-helpers
  2584. tezos-accuser-006-PsCARTHA
  2585. tezos-accuser-007-PsDELPH1
  2586. tezos-accuser-008-PtEdo2Zk
  2587. tezos-accuser-008-PtEdoTez
  2588. tezos-accuser-009-PsFLoren
  2589. tezos-accuser-010-PtGRANAD
  2590. tezos-accuser-011-PtHangz2
  2591. tezos-accuser-012-Psithaca
  2592. tezos-accuser-013-PtJakart
  2593. tezos-accuser-014-PtKathma
  2594. tezos-accuser-alpha
  2595. tezos-alpha-test-helpers
  2596. tezos-baker-006-PsCARTHA
  2597. tezos-baker-007-PsDELPH1
  2598. tezos-baker-008-PtEdo2Zk
  2599. tezos-baker-008-PtEdoTez
  2600. tezos-baker-009-PsFLoren
  2601. tezos-baker-010-PtGRANAD
  2602. tezos-baker-011-PtHangz2
  2603. tezos-baker-012-Psithaca
  2604. tezos-baker-013-PtJakart
  2605. tezos-baker-014-PtKathma
  2606. tezos-baker-alpha
  2607. tezos-baking-006-PsCARTHA
  2608. tezos-baking-006-PsCARTHA-commands
  2609. tezos-baking-007-PsDELPH1
  2610. tezos-baking-007-PsDELPH1-commands
  2611. tezos-baking-008-PtEdo2Zk
  2612. tezos-baking-008-PtEdo2Zk-commands
  2613. tezos-baking-008-PtEdoTez
  2614. tezos-baking-008-PtEdoTez-commands
  2615. tezos-baking-009-PsFLoren
  2616. tezos-baking-009-PsFLoren-commands
  2617. tezos-baking-010-PtGRANAD
  2618. tezos-baking-010-PtGRANAD-commands
  2619. tezos-baking-011-PtHangz2
  2620. tezos-baking-011-PtHangz2-commands
  2621. tezos-baking-012-Psithaca
  2622. tezos-baking-012-Psithaca-commands
  2623. tezos-baking-013-PtJakart
  2624. tezos-baking-013-PtJakart-commands
  2625. tezos-baking-014-PtKathma
  2626. tezos-baking-014-PtKathma-commands
  2627. tezos-baking-015-PtLimaPt
  2628. tezos-baking-015-PtLimaPt-commands
  2629. tezos-baking-016-PtMumbai
  2630. tezos-baking-016-PtMumbai-commands
  2631. tezos-baking-017-PtNairob
  2632. tezos-baking-017-PtNairob-commands
  2633. tezos-baking-alpha
  2634. tezos-baking-alpha-commands
  2635. tezos-base
  2636. tezos-base-test-helpers
  2637. tezos-base58
  2638. tezos-benchmark < "19.0"
  2639. tezos-bls12-381-polynomial
  2640. tezos-clic
  2641. tezos-client
  2642. tezos-client-000-Ps9mPmXa
  2643. tezos-client-001-PtCJ7pwo
  2644. tezos-client-001-PtCJ7pwo-commands
  2645. tezos-client-002-PsYLVpVv
  2646. tezos-client-002-PsYLVpVv-commands
  2647. tezos-client-003-PsddFKi3
  2648. tezos-client-003-PsddFKi3-commands
  2649. tezos-client-004-Pt24m4xi
  2650. tezos-client-004-Pt24m4xi-commands
  2651. tezos-client-005-PsBabyM1
  2652. tezos-client-005-PsBabyM1-commands
  2653. tezos-client-006-PsCARTHA
  2654. tezos-client-006-PsCARTHA-commands
  2655. tezos-client-007-PsDELPH1
  2656. tezos-client-007-PsDELPH1-commands
  2657. tezos-client-007-PsDELPH1-commands-registration
  2658. tezos-client-008-PtEdo2Zk
  2659. tezos-client-008-PtEdo2Zk-commands
  2660. tezos-client-008-PtEdo2Zk-commands-registration
  2661. tezos-client-008-PtEdoTez
  2662. tezos-client-008-PtEdoTez-commands
  2663. tezos-client-008-PtEdoTez-commands-registration
  2664. tezos-client-009-PsFLoren
  2665. tezos-client-009-PsFLoren-commands
  2666. tezos-client-009-PsFLoren-commands-registration
  2667. tezos-client-010-PtGRANAD
  2668. tezos-client-010-PtGRANAD-commands
  2669. tezos-client-010-PtGRANAD-commands-registration
  2670. tezos-client-011-PtHangz2
  2671. tezos-client-011-PtHangz2-commands
  2672. tezos-client-011-PtHangz2-commands-registration
  2673. tezos-client-012-Psithaca
  2674. tezos-client-012-Psithaca-commands
  2675. tezos-client-012-Psithaca-commands-registration
  2676. tezos-client-013-PtJakart
  2677. tezos-client-013-PtJakart-commands
  2678. tezos-client-013-PtJakart-commands-registration
  2679. tezos-client-014-PtKathma
  2680. tezos-client-015-PtLimaPt
  2681. tezos-client-016-PtMumbai
  2682. tezos-client-017-PtNairob
  2683. tezos-client-alpha
  2684. tezos-client-alpha-commands
  2685. tezos-client-alpha-commands-registration
  2686. tezos-client-base
  2687. tezos-client-base-unix
  2688. tezos-client-commands
  2689. tezos-client-demo-counter < "19.0"
  2690. tezos-client-genesis < "19.0"
  2691. tezos-client-genesis-carthagenet
  2692. tezos-client-sapling-008-PtEdo2Zk
  2693. tezos-client-sapling-008-PtEdoTez
  2694. tezos-client-sapling-009-PsFLoren
  2695. tezos-client-sapling-010-PtGRANAD
  2696. tezos-client-sapling-011-PtHangz2
  2697. tezos-client-sapling-012-Psithaca
  2698. tezos-client-sapling-013-PtJakart
  2699. tezos-client-sapling-alpha
  2700. tezos-codec
  2701. tezos-context
  2702. tezos-context-hash
  2703. tezos-context-hash-irmin
  2704. tezos-context-ops
  2705. tezos-crypto
  2706. tezos-crypto-dal
  2707. tezos-dac-client-lib < "19.0"
  2708. tezos-dac-lib < "19.0"
  2709. tezos-dac-node-lib < "19.0"
  2710. tezos-dal-node-lib < "19.0"
  2711. tezos-dal-node-services < "19.0"
  2712. tezos-embedded-protocol-000-Ps9mPmXa
  2713. tezos-embedded-protocol-001-PtCJ7pwo
  2714. tezos-embedded-protocol-002-PsYLVpVv
  2715. tezos-embedded-protocol-003-PsddFKi3
  2716. tezos-embedded-protocol-004-Pt24m4xi
  2717. tezos-embedded-protocol-005-PsBABY5H
  2718. tezos-embedded-protocol-005-PsBabyM1
  2719. tezos-embedded-protocol-006-PsCARTHA
  2720. tezos-embedded-protocol-007-PsDELPH1
  2721. tezos-embedded-protocol-008-PtEdo2Zk
  2722. tezos-embedded-protocol-008-PtEdoTez
  2723. tezos-embedded-protocol-009-PsFLoren
  2724. tezos-embedded-protocol-010-PtGRANAD
  2725. tezos-embedded-protocol-011-PtHangz2
  2726. tezos-embedded-protocol-012-Psithaca
  2727. tezos-embedded-protocol-013-PtJakart
  2728. tezos-embedded-protocol-014-PtKathma
  2729. tezos-embedded-protocol-015-PtLimaPt
  2730. tezos-embedded-protocol-016-PtMumbai
  2731. tezos-embedded-protocol-017-PtNairob
  2732. tezos-embedded-protocol-alpha
  2733. tezos-embedded-protocol-demo-counter
  2734. tezos-embedded-protocol-demo-noops
  2735. tezos-embedded-protocol-genesis
  2736. tezos-embedded-protocol-genesis-carthagenet
  2737. tezos-endorser-006-PsCARTHA
  2738. tezos-endorser-007-PsDELPH1
  2739. tezos-endorser-008-PtEdo2Zk
  2740. tezos-endorser-008-PtEdoTez
  2741. tezos-endorser-009-PsFLoren
  2742. tezos-endorser-010-PtGRANAD
  2743. tezos-endorser-011-PtHangz2
  2744. tezos-endorser-alpha
  2745. tezos-error-monad
  2746. tezos-event-logging
  2747. tezos-event-logging-test-helpers
  2748. tezos-hacl
  2749. tezos-hacl-glue
  2750. tezos-hacl-glue-unix
  2751. tezos-injector-013-PtJakart
  2752. tezos-injector-014-PtKathma
  2753. tezos-injector-015-PtLimaPt
  2754. tezos-injector-016-PtMumbai
  2755. tezos-injector-alpha
  2756. tezos-layer2-store
  2757. tezos-layer2-utils-016-PtMumbai
  2758. tezos-layer2-utils-017-PtNairob
  2759. tezos-lazy-containers
  2760. tezos-legacy-store
  2761. tezos-lmdb
  2762. tezos-lwt-result-stdlib
  2763. tezos-mempool-006-PsCARTHA
  2764. tezos-mempool-007-PsDELPH1
  2765. tezos-mempool-008-PtEdoTez
  2766. tezos-micheline
  2767. tezos-micheline-rewriting
  2768. tezos-mockup
  2769. tezos-mockup-commands
  2770. tezos-mockup-proxy
  2771. tezos-mockup-registration
  2772. tezos-node
  2773. tezos-openapi < "20.1"
  2774. tezos-p2p
  2775. tezos-p2p-services
  2776. tezos-plompiler
  2777. tezos-plonk
  2778. tezos-protocol-000-Ps9mPmXa < "19.0"
  2779. tezos-protocol-001-PtCJ7pwo < "19.0"
  2780. tezos-protocol-002-PsYLVpVv < "19.0"
  2781. tezos-protocol-003-PsddFKi3 < "19.0"
  2782. tezos-protocol-004-Pt24m4xi < "19.0"
  2783. tezos-protocol-005-PsBABY5H < "19.0"
  2784. tezos-protocol-005-PsBabyM1 < "19.0"
  2785. tezos-protocol-006-PsCARTHA < "19.0"
  2786. tezos-protocol-006-PsCARTHA-parameters
  2787. tezos-protocol-007-PsDELPH1 < "19.0"
  2788. tezos-protocol-007-PsDELPH1-parameters
  2789. tezos-protocol-008-PtEdo2Zk < "19.0"
  2790. tezos-protocol-008-PtEdo2Zk-parameters
  2791. tezos-protocol-008-PtEdoTez < "19.0"
  2792. tezos-protocol-008-PtEdoTez-parameters
  2793. tezos-protocol-009-PsFLoren < "19.0"
  2794. tezos-protocol-009-PsFLoren-parameters
  2795. tezos-protocol-010-PtGRANAD < "19.0"
  2796. tezos-protocol-010-PtGRANAD-parameters
  2797. tezos-protocol-011-PtHangz2 < "19.0"
  2798. tezos-protocol-011-PtHangz2-parameters
  2799. tezos-protocol-012-Psithaca < "19.0"
  2800. tezos-protocol-012-Psithaca-parameters
  2801. tezos-protocol-013-PtJakart < "19.0"
  2802. tezos-protocol-013-PtJakart-parameters
  2803. tezos-protocol-014-PtKathma < "19.0"
  2804. tezos-protocol-015-PtLimaPt < "19.0"
  2805. tezos-protocol-016-PtMumbai < "19.0"
  2806. tezos-protocol-017-PtNairob < "19.0"
  2807. tezos-protocol-018-Proxford < "19.0"
  2808. tezos-protocol-alpha < "19.0"
  2809. tezos-protocol-alpha-parameters
  2810. tezos-protocol-compiler
  2811. tezos-protocol-demo-counter < "19.0"
  2812. tezos-protocol-demo-noops < "19.0"
  2813. tezos-protocol-environment
  2814. tezos-protocol-environment-packer
  2815. tezos-protocol-environment-sigs
  2816. tezos-protocol-environment-structs
  2817. tezos-protocol-genesis < "19.0"
  2818. tezos-protocol-genesis-carthagenet
  2819. tezos-protocol-plugin-007-PsDELPH1
  2820. tezos-protocol-plugin-007-PsDELPH1-registerer
  2821. tezos-protocol-plugin-008-PtEdo2Zk
  2822. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2823. tezos-protocol-plugin-009-PsFLoren
  2824. tezos-protocol-plugin-009-PsFLoren-registerer
  2825. tezos-protocol-plugin-010-PtGRANAD
  2826. tezos-protocol-plugin-010-PtGRANAD-registerer
  2827. tezos-protocol-plugin-011-PtHangz2
  2828. tezos-protocol-plugin-011-PtHangz2-registerer
  2829. tezos-protocol-plugin-012-Psithaca
  2830. tezos-protocol-plugin-012-Psithaca-registerer
  2831. tezos-protocol-plugin-012-Psithaca-tests
  2832. tezos-protocol-plugin-013-PtJakart
  2833. tezos-protocol-plugin-013-PtJakart-registerer
  2834. tezos-protocol-plugin-013-PtJakart-tests
  2835. tezos-protocol-plugin-014-PtKathma
  2836. tezos-protocol-plugin-014-PtKathma-registerer
  2837. tezos-protocol-plugin-015-PtLimaPt
  2838. tezos-protocol-plugin-015-PtLimaPt-registerer
  2839. tezos-protocol-plugin-016-PtMumbai
  2840. tezos-protocol-plugin-016-PtMumbai-registerer
  2841. tezos-protocol-plugin-017-PtNairob
  2842. tezos-protocol-plugin-017-PtNairob-registerer
  2843. tezos-protocol-plugin-alpha
  2844. tezos-protocol-plugin-alpha-registerer
  2845. tezos-protocol-plugin-alpha-tests
  2846. tezos-protocol-updater
  2847. tezos-proxy
  2848. tezos-proxy-server
  2849. tezos-proxy-server-config < "19.0"
  2850. tezos-requester
  2851. tezos-rpc
  2852. tezos-rpc-http
  2853. tezos-rpc-http-client
  2854. tezos-rpc-http-client-unix
  2855. tezos-rpc-http-server
  2856. tezos-sapling
  2857. tezos-scoru-wasm
  2858. tezos-scoru-wasm-fast
  2859. tezos-scoru-wasm-helpers
  2860. tezos-shell
  2861. tezos-shell-benchmarks
  2862. tezos-shell-context
  2863. tezos-shell-context-test
  2864. tezos-shell-services
  2865. tezos-shell-services-test-helpers
  2866. tezos-signer
  2867. tezos-signer-backends
  2868. tezos-signer-services
  2869. tezos-smart-rollup-016-PtMumbai
  2870. tezos-smart-rollup-017-PtNairob
  2871. tezos-smart-rollup-alpha
  2872. tezos-smart-rollup-layer2-016-PtMumbai
  2873. tezos-smart-rollup-layer2-017-PtNairob
  2874. tezos-stdlib >= "13.0"
  2875. tezos-stdlib-unix
  2876. tezos-storage
  2877. tezos-store
  2878. tezos-test-helpers
  2879. tezos-test-helpers-extra
  2880. tezos-test-services
  2881. tezos-tooling
  2882. tezos-tree-encoding
  2883. tezos-tx-rollup-013-PtJakart
  2884. tezos-tx-rollup-014-PtKathma
  2885. tezos-tx-rollup-015-PtLimaPt
  2886. tezos-tx-rollup-alpha
  2887. tezos-tx-rollup-client-013-PtJakart
  2888. tezos-tx-rollup-client-014-PtKathma
  2889. tezos-tx-rollup-client-alpha
  2890. tezos-tx-rollup-node-013-PtJakart
  2891. tezos-tx-rollup-node-014-PtKathma
  2892. tezos-tx-rollup-node-alpha
  2893. tezos-validation
  2894. tezos-validator
  2895. tezos-version
  2896. tezos-wasmer
  2897. tezos-webassembly-interpreter
  2898. tezos-webassembly-interpreter-extra
  2899. tezos-workers
  2900. tezt
  2901. tezt-bam
  2902. tezt-performance-regression
  2903. tezt-tezos < "19.0"
  2904. theora >= "0.4.0"
  2905. thread-local-storage
  2906. thread-table
  2907. thrift >= "0.10.0"
  2908. tidy >= "5-0.2"
  2909. tidy_email
  2910. tidy_email_mailgun
  2911. tidy_email_sendgrid
  2912. tidy_email_smtp
  2913. tilde_f < "v0.17.0"
  2914. time_now < "v0.17.0"
  2915. timed >= "1.1"
  2916. timedesc
  2917. timedesc-json
  2918. timedesc-sexp
  2919. timedesc-tzdb
  2920. timedesc-tzlocal
  2921. timedesc-tzlocal-js
  2922. timere
  2923. timere-parse
  2924. timezone < "v0.17.0"
  2925. timmy
  2926. timmy-jsoo
  2927. timmy-lwt
  2928. timmy-unix
  2929. tiny_httpd
  2930. tiny_httpd_camlzip
  2931. tip-parser >= "0.4"
  2932. tldr
  2933. tls >= "0.11.0"
  2934. tls-async
  2935. tls-eio
  2936. tls-liquidsoap
  2937. tls-lwt
  2938. tls-miou-unix
  2939. tls-mirage
  2940. toc
  2941. tofn
  2942. togglelog
  2943. toml >= "5.0.0"
  2944. toml-cconv
  2945. toml_cconv
  2946. toplevel_backend < "v0.17.0"
  2947. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2948. topojson
  2949. topojsone
  2950. topological_sort >= "v0.12.0" & < "v0.17.0"
  2951. torch < "v0.17.0"
  2952. tqdm
  2953. trace
  2954. trace-fuchsia
  2955. trace-tef
  2956. tracing < "v0.17.0"
  2957. tracy-client
  2958. traits
  2959. trampoline
  2960. transept
  2961. traverse
  2962. travesty != "0.6.1"
  2963. travis-opam >= "1.5.0"
  2964. trax >= "0.4.0"
  2965. tree_layout >= "0.2"
  2966. treeprint >= "2.3.0"
  2967. trexio
  2968. trie >= "1.0.0"
  2969. trs
  2970. tsdl-image >= "0.3.0"
  2971. tsdl-mixer >= "0.3.0"
  2972. tsdl-ttf >= "0.3"
  2973. tsort
  2974. tube >= "4.4.0"
  2975. tuntap >= "1.7.0"
  2976. twirp_cohttp_lwt_unix
  2977. twirp_core
  2978. twirp_ezcurl
  2979. twirp_tiny_httpd
  2980. twostep
  2981. tyabt
  2982. type_eq
  2983. typerep >= "v0.12.0" & < "v0.17.0"
  2984. typeset
  2985. tyre >= "0.5"
  2986. tyxml >= "4.3.0"
  2987. tyxml-jsx
  2988. tyxml-lwd
  2989. tyxml-ppx >= "4.3.0"
  2990. tyxml-syntax
  2991. u2f
  2992. ubase
  2993. ubpf >= "0.2"
  2994. uecc >= "0.3"
  2995. uint >= "2.0.1"
  2996. ulid
  2997. um-abt
  2998. unidecode
  2999. unionFind
  3000. unisim_archisec
  3001. unison >= "2.51.4" & < "2.53.4"
  3002. universal-portal
  3003. universo
  3004. unix-errno >= "0.6.0"
  3005. unstrctrd
  3006. uri >= "2.2.0"
  3007. uri-bench
  3008. uri-re
  3009. uri-sexp
  3010. uring
  3011. uritemplate
  3012. user-agent-parser
  3013. username_kernel < "v0.17.0"
  3014. uspf
  3015. uspf-lwt
  3016. uspf-mirage
  3017. uspf-unix
  3018. utop >= "2.3.0"
  3019. uuuu >= "0.1.1"
  3020. validator
  3021. variantslib >= "v0.12.0" & < "v0.17.0"
  3022. varray
  3023. vcaml
  3024. vcardgen >= "1.2"
  3025. vchan >= "4.0.0"
  3026. vchan-unix >= "4.0.0"
  3027. vchan-xen >= "4.0.0"
  3028. vdom
  3029. vec
  3030. vector
  3031. vector3 >= "1.0.0"
  3032. vendredi
  3033. vercel
  3034. vhd-format >= "0.12.0"
  3035. vhd-format-lwt >= "0.12.0"
  3036. virtual_dom >= "v0.12.0" & < "v0.17.0"
  3037. visitors >= "20200207"
  3038. vlq >= "0.2.1"
  3039. vlt
  3040. vmnet >= "1.3.2"
  3041. vocal
  3042. voqc
  3043. vorbis >= "0.8.0"
  3044. vpt >= "5.0.0"
  3045. vscoq-language-server
  3046. vue-jsoo
  3047. vue-ppx
  3048. wall >= "0.4"
  3049. wasmer
  3050. wasmtime
  3051. wayland
  3052. waylaunch
  3053. wcwidth
  3054. webauthn
  3055. weberizer >= "0.8"
  3056. webmachine >= "0.6.2"
  3057. websocket >= "2.12"
  3058. websocket-async >= "2.12"
  3059. websocket-lwt >= "2.12"
  3060. websocket-lwt-unix
  3061. websocketaf
  3062. webtest >= "2.0.0"
  3063. webtest-js
  3064. weevil
  3065. why3find
  3066. wikitext
  3067. win-error >= "1.0"
  3068. win-eventlog >= "0.3"
  3069. winsvc
  3070. ws
  3071. ws-server
  3072. wseg
  3073. wtf8 >= "1.0.2"
  3074. wtr
  3075. wtr-ppx
  3076. wu-manber-fuzzy-search
  3077. x509 >= "0.6.3"
  3078. x86_64-esperanto >= "0.0.6"
  3079. xapi-backtrace >= "0.7"
  3080. xapi-inventory >= "1.2.1"
  3081. xapi-rrd >= "1.8.2"
  3082. xapi-stdext-date
  3083. xapi-stdext-encodings
  3084. xapi-stdext-pervasives
  3085. xapi-stdext-std
  3086. xapi-stdext-threads
  3087. xapi-stdext-unix
  3088. xapi-stdext-zerocheck
  3089. xcursor
  3090. xdg < "3.14.0"
  3091. xdg-basedir
  3092. xedbindings
  3093. xen-evtchn >= "2.1.0"
  3094. xen-evtchn-unix >= "2.1.0"
  3095. xen-gnt >= "3.1.0"
  3096. xen-gnt-unix >= "3.1.0"
  3097. xenstore >= "2.1.0"
  3098. xenstore_transport >= "1.1.0"
  3099. xmelly
  3100. xml-light >= "2.5"
  3101. xmldiff >= "0.7.0"
  3102. xmldiff_js
  3103. xmlplaylist >= "0.1.5"
  3104. xoshiro
  3105. xtmpl >= "0.19.0"
  3106. xtmpl_js
  3107. xtmpl_ppx
  3108. yaml >= "1.0.0"
  3109. yaml-sexp
  3110. yara >= "0.2"
  3111. yocaml < "2.0.0"
  3112. yocaml_cmark
  3113. yocaml_git < "2.0.0"
  3114. yocaml_jingoo < "2.0.0"
  3115. yocaml_markdown
  3116. yocaml_mustache < "2.0.0"
  3117. yocaml_syndication < "2.0.0"
  3118. yocaml_unix < "2.0.0"
  3119. yocaml_yaml < "2.0.0"
  3120. yojson >= "1.5.0"
  3121. yojson-bench
  3122. yojson-five
  3123. yurt >= "0.6"
  3124. yuscii >= "0.2.1"
  3125. yuujinchou
  3126. zanuda
  3127. zar
  3128. zarith-ppx
  3129. zarith_stubs_js < "v0.17.0"
  3130. zed >= "2.0"
  3131. zeit
  3132. zelus
  3133. zelus-gtk
  3134. zipperposition >= "1.5.1"
  3135. zipperposition-tools
  3136. zlib >= "0.6"
  3137. zlist >= "0.4.0"
  3138. zmq >= "5.1.0"
  3139. zmq-async >= "5.1.0"
  3140. zmq-eio
  3141. zmq-lwt >= "5.1.0"
  3142. zstandard >= "v0.12.1" & < "v0.17.0"
  3143. zstd >= "0.3"
  3144. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.