package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

Issues Discussions Discuss OCaml Discord

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" & < "5.3"

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