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. interface-prime
  1083. interface-prime-lwt
  1084. interval >= "1.5" & < "1.6"
  1085. interval-map
  1086. interval_base
  1087. interval_crlibm
  1088. interval_intel
  1089. io-page
  1090. io-page-unix
  1091. iomux < "0.4"
  1092. iostream
  1093. iostream-camlzip
  1094. ip2location
  1095. ip2locationio
  1096. ip2proxy
  1097. ip2whois
  1098. ipaddr >= "2.9.0"
  1099. ipaddr-cstruct
  1100. ipaddr-sexp
  1101. irc-client >= "0.6.2"
  1102. irc-client-lwt >= "0.6.2"
  1103. irc-client-lwt-ssl
  1104. irc-client-tls >= "0.6.2"
  1105. irc-client-unix >= "0.6.2"
  1106. iri >= "0.6.0" & < "1.1.0"
  1107. irmin
  1108. irmin-bench
  1109. irmin-chunk
  1110. irmin-cli
  1111. irmin-client
  1112. irmin-containers
  1113. irmin-fs
  1114. irmin-git
  1115. irmin-graphql
  1116. irmin-http
  1117. irmin-indexeddb
  1118. irmin-layers
  1119. irmin-mirage
  1120. irmin-mirage-git
  1121. irmin-mirage-graphql
  1122. irmin-pack
  1123. irmin-pack-tools
  1124. irmin-server
  1125. irmin-test
  1126. irmin-tezos
  1127. irmin-unix
  1128. irmin-watcher
  1129. iso639
  1130. iter >= "1.4"
  1131. itv-tree >= "2.2"
  1132. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1133. jane_rope < "v0.17.0"
  1134. janestreet_cpuid < "v0.17.0"
  1135. janestreet_csv < "v0.17.0"
  1136. janestreet_lru_cache < "v0.17.0"
  1137. jasmin >= "2023.06.0"
  1138. jekyll-format >= "0.2.0"
  1139. jemalloc >= "0.2"
  1140. jext
  1141. jhupllib >= "0.2.1"
  1142. jingoo >= "1.3.0"
  1143. jose
  1144. js_of_ocaml < "5.9.0"
  1145. js_of_ocaml-compiler < "5.9.0"
  1146. js_of_ocaml-lwt < "5.9.0"
  1147. js_of_ocaml-ocamlbuild >= "3.5.0"
  1148. js_of_ocaml-ppx < "5.9.0"
  1149. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1150. js_of_ocaml-toplevel < "5.9.0"
  1151. js_of_ocaml-tyxml < "5.9.0"
  1152. js_of_ocaml-webgpu
  1153. js_of_ocaml-webidl
  1154. js_of_ocaml_patches < "v0.17.0"
  1155. json-data-encoding < "1.1.1"
  1156. json-data-encoding-browser < "1.1.1"
  1157. json-data-encoding-bson < "1.1.1"
  1158. json_decoder
  1159. jsonaf < "v0.17.0"
  1160. jsonoo
  1161. jsonrpc
  1162. jsonschema2atd
  1163. jsonxt
  1164. jsoo-react
  1165. jsoo_broadcastchannel
  1166. jsoo_storage
  1167. jst-config < "v0.17.0"
  1168. junit >= "2.0.1"
  1169. junit_alcotest >= "2.0.1"
  1170. junit_ounit >= "2.0.1"
  1171. jupyter
  1172. jupyter-archimedes
  1173. jupyter-kernel
  1174. jwto
  1175. kafka >= "0.5"
  1176. kafka_async
  1177. kafka_lwt
  1178. kappa-agents
  1179. kappa-binaries
  1180. kappa-library
  1181. kappa-server
  1182. kcas < "0.7.0"
  1183. kcas_data < "0.7.0"
  1184. kdf
  1185. kdl
  1186. ke
  1187. key-parsers >= "0.10.1"
  1188. kicadsch >= "0.4.0"
  1189. kind2
  1190. kinetic-client >= "0.0.11"
  1191. kittyimg
  1192. kkmarkdown
  1193. kmt
  1194. knights_tour
  1195. kqueue
  1196. krb
  1197. lab
  1198. lablgtk3 >= "3.0.beta4"
  1199. lablgtk3-extras >= "3.0.1"
  1200. lablgtk3-goocanvas2
  1201. lablgtk3-gtkspell3
  1202. lablgtk3-rsvg2
  1203. lablgtk3-sourceview3
  1204. lablqml
  1205. labrys
  1206. lacaml >= "11.0.2"
  1207. ladspa >= "0.2.0"
  1208. lambda
  1209. lambda-runtime
  1210. lambda-term >= "2.0"
  1211. lambda_streams
  1212. lambda_streams_async
  1213. lambda_streams_lwt
  1214. lambdapi
  1215. lambdasoup >= "0.6.4"
  1216. lame >= "0.3.4"
  1217. landmarks = "1.4"
  1218. landmarks-ppx < "1.5"
  1219. lascar >= "0.6-alpha"
  1220. lastfm >= "0.3.3"
  1221. launchd >= "1.3"
  1222. lazy-trie
  1223. lbfgs >= "0.9.1"
  1224. lbvs_consent >= "2.1.0"
  1225. ldap >= "2.4.1"
  1226. ldp < "0.5.0"
  1227. ldp_curl < "0.5.0"
  1228. ldp_js < "0.5.0"
  1229. ldp_tls < "0.5.0"
  1230. leaflet
  1231. learn-ocaml
  1232. learn-ocaml-client
  1233. ledgerwallet
  1234. ledgerwallet-tezos
  1235. lens >= "1.2.3"
  1236. letsencrypt
  1237. letsencrypt-app
  1238. letsencrypt-dns
  1239. letsencrypt-mirage
  1240. letters
  1241. leveldb >= "1.3.0"
  1242. lib_parsing
  1243. libabsolute
  1244. libbinaryen < "105.1.0" | >= "107.0.1"
  1245. libirmin
  1246. libsail < "0.20"
  1247. libsvm >= "0.10.0"
  1248. libzipperposition
  1249. lilac
  1250. lilv
  1251. line-up-words < "v0.17.0"
  1252. line_oriented
  1253. linenoise >= "1.2.0"
  1254. links
  1255. links-mysql
  1256. links-postgresql
  1257. links-sqlite3
  1258. linol
  1259. linol-eio
  1260. linol-lwt
  1261. lintcstubs
  1262. lintcstubs-arity
  1263. lintcstubs-gen
  1264. linwrap
  1265. liquid_interpreter
  1266. liquid_ml
  1267. liquid_parser
  1268. liquid_std
  1269. liquid_syntax
  1270. liquidsoap-core
  1271. liquidsoap-lang < "2.3.3"
  1272. liquidsoap-libs
  1273. liquidsoap-libs-extra
  1274. little_logger
  1275. llama
  1276. llama-cpp-ocaml
  1277. llama_core
  1278. llama_interactive
  1279. llama_midi
  1280. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1281. lmdb >= "1.0"
  1282. lo >= "0.2.0"
  1283. lockfree
  1284. loga
  1285. logical
  1286. logs-async
  1287. logs-async-reporter
  1288. logs-ppx
  1289. logs-syslog
  1290. logtk
  1291. lp
  1292. lp-glpk
  1293. lp-glpk-js
  1294. lp-gurobi
  1295. lp-highs
  1296. lpd
  1297. lreplay
  1298. lru >= "0.3.0"
  1299. lru_cache
  1300. lsp
  1301. lt-code
  1302. lua-ml >= "0.9.3"
  1303. lua_parser
  1304. lucid
  1305. lun
  1306. lustre-v6 >= "6.103.3"
  1307. lutils >= "1.51.2"
  1308. lutin >= "2.71.10"
  1309. luv
  1310. luv_unix
  1311. lwd
  1312. lwt != "5.9.2" & < "6.0.0-beta01"
  1313. lwt-canceler >= "0.2"
  1314. lwt-dllist
  1315. lwt-exit
  1316. lwt-parallel
  1317. lwt-watcher >= "0.2"
  1318. lwt_direct < "6.0.0-beta01"
  1319. lwt_domain
  1320. lwt_eio
  1321. lwt_glib >= "1.1.1"
  1322. lwt_log >= "1.1.1"
  1323. lwt_ppx >= "1.2.2" & < "5.9.2"
  1324. lwt_react >= "1.1.2"
  1325. lwt_retry
  1326. lwt_ssl >= "1.1.3"
  1327. lz4 >= "1.2.0"
  1328. lz4_chans >= "3.0.1"
  1329. lzo >= "0.0.3"
  1330. m_tree
  1331. macaddr
  1332. macaddr-cstruct
  1333. macaddr-sexp
  1334. mad >= "0.5.0"
  1335. magic-mime >= "1.1.2"
  1336. magic-trace
  1337. make-random
  1338. malfunction
  1339. man_in_the_middle_debugger < "v0.17.0"
  1340. markdown
  1341. markup >= "0.8.0"
  1342. markup-lwt
  1343. mastodon-archive-viewer >= "0.2"
  1344. matita
  1345. matplotlib
  1346. mbr-format
  1347. mc2
  1348. mccs >= "1.1+10"
  1349. md2mld
  1350. mdx != "1.7.0"
  1351. mec
  1352. mechaml
  1353. mehari
  1354. mehari-eio
  1355. mehari-eio-unix
  1356. mehari-lwt-unix
  1357. mehari-mirage
  1358. mel
  1359. melange < "4.0.0-51"
  1360. melange-atdgen-codec-runtime
  1361. melange-compiler-libs
  1362. melange-fest
  1363. melange-fetch
  1364. melange-jest
  1365. melange-json < "2.0.0"
  1366. melange-json-native < "2.0.0"
  1367. melange-moment
  1368. melange-numeral
  1369. melange-react-dates
  1370. melange-react-query
  1371. melange-recharts
  1372. melange-testing-library
  1373. melange-webapi
  1374. meldep
  1375. mem_usage
  1376. memcad
  1377. memfd
  1378. memgraph
  1379. memgraph_kitty
  1380. memo
  1381. memprof-limits
  1382. memtrace
  1383. memtrace-mirage
  1384. memtrace_viewer
  1385. menhir >= "20200123"
  1386. menhirCST
  1387. menhirLib
  1388. menhirSdk
  1389. merge-fmt
  1390. merlin
  1391. merlin-extend
  1392. merlin-lib
  1393. mesh >= "0.9.5"
  1394. mesh-easymesh >= "0.9.5"
  1395. mesh-graphics >= "0.9.5"
  1396. mesh-triangle >= "0.9.5"
  1397. metadata
  1398. metadb
  1399. metapp
  1400. metaquot
  1401. metrics
  1402. metrics-influx
  1403. metrics-lwt
  1404. metrics-rusage
  1405. metrics-unix
  1406. mew
  1407. mew_vi
  1408. middleware
  1409. mimic
  1410. mimic-happy-eyeballs
  1411. mindstorm >= "0.8"
  1412. mindstorm-lwt
  1413. minicaml
  1414. minicli >= "5.0.2"
  1415. minisat >= "0.3"
  1416. miou
  1417. mirage >= "4.0.0"
  1418. mirage-block
  1419. mirage-block-ccm
  1420. mirage-block-combinators
  1421. mirage-block-lwt
  1422. mirage-block-partition
  1423. mirage-block-ramdisk
  1424. mirage-block-solo5
  1425. mirage-block-unikraft
  1426. mirage-block-unix
  1427. mirage-block-xen
  1428. mirage-bootvar
  1429. mirage-channel >= "3.2.0"
  1430. mirage-channel-lwt
  1431. mirage-clock
  1432. mirage-clock-lwt
  1433. mirage-clock-unix
  1434. mirage-conduit
  1435. mirage-console
  1436. mirage-console-lwt
  1437. mirage-crypto
  1438. mirage-crypto-ec
  1439. mirage-crypto-pk
  1440. mirage-crypto-rng
  1441. mirage-crypto-rng-async
  1442. mirage-crypto-rng-eio
  1443. mirage-crypto-rng-lwt
  1444. mirage-crypto-rng-miou-unix
  1445. mirage-crypto-rng-mirage
  1446. mirage-device
  1447. mirage-dns
  1448. mirage-flow
  1449. mirage-flow-combinators
  1450. mirage-flow-lwt
  1451. mirage-flow-unix
  1452. mirage-fs
  1453. mirage-fs-lwt
  1454. mirage-kv >= "2.0.0"
  1455. mirage-kv-lwt >= "2.0.0"
  1456. mirage-kv-mem
  1457. mirage-kv-unix
  1458. mirage-logs
  1459. mirage-monitoring
  1460. mirage-mtime
  1461. mirage-nat
  1462. mirage-net
  1463. mirage-net-lwt
  1464. mirage-net-macosx >= "1.5.0"
  1465. mirage-net-solo5
  1466. mirage-net-unikraft
  1467. mirage-net-unix
  1468. mirage-net-xen
  1469. mirage-profile
  1470. mirage-protocols
  1471. mirage-protocols-lwt
  1472. mirage-ptime
  1473. mirage-qubes
  1474. mirage-qubes-ipv4
  1475. mirage-random
  1476. mirage-runtime
  1477. mirage-sleep
  1478. mirage-solo5
  1479. mirage-stack
  1480. mirage-stack-lwt
  1481. mirage-time
  1482. mirage-time-lwt
  1483. mirage-time-unix
  1484. mirage-types >= "3.6.0"
  1485. mirage-types-lwt >= "3.6.0"
  1486. mirage-unix
  1487. mirage-vnetif
  1488. mirage-xen
  1489. mkaudio >= "1.1.0"
  1490. mkocaml
  1491. mlbdd >= "0.7.2"
  1492. mlfenv
  1493. mlmpfr >= "4.0.2+dune"
  1494. mlpost
  1495. mlpost-lablgtk
  1496. mlt_parser < "v0.17.0"
  1497. mm >= "0.7.0"
  1498. mmap
  1499. mmdb
  1500. mmo
  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. monolith < "20241126"
  1508. monomorphic >= "2.0"
  1509. monorobot
  1510. moonpool
  1511. moonpool-io
  1512. moonpool-lwt
  1513. mopsa
  1514. morbig >= "0.10.3"
  1515. morsmall
  1516. moss >= "0.1.1"
  1517. mparser >= "1.3"
  1518. mparser-pcre
  1519. mparser-re
  1520. mperf
  1521. mpg123
  1522. mpp >= "0.3.4"
  1523. mpris
  1524. mpris-clients
  1525. mrmime
  1526. msat >= "0.8"
  1527. msat-bin
  1528. msgpck >= "1.5"
  1529. msgpck-repr
  1530. mssql
  1531. mugen
  1532. mula
  1533. multibase
  1534. multicodec
  1535. multicont = "1.0.1"
  1536. multicore-bench < "0.1.2"
  1537. multihash
  1538. multihash-digestif
  1539. multipart-form-data >= "0.3.0"
  1540. multipart_form
  1541. multipart_form-cohttp-lwt
  1542. multipart_form-eio
  1543. multipart_form-lwt
  1544. multipart_form-miou
  1545. murmur3 >= "0.3"
  1546. mustache >= "3.1.0"
  1547. mustache-cli
  1548. mutaml
  1549. mutf8
  1550. mwt
  1551. mybuild >= "7"
  1552. mysql8
  1553. mysql_protocol
  1554. n_ary < "v0.17.0"
  1555. naboris
  1556. nacc
  1557. nanoev
  1558. nanoev-picos
  1559. nanoev-posix
  1560. nanoev_tiny_httpd
  1561. nanoid
  1562. nanosvg
  1563. nanosvg_text
  1564. nbd >= "4.0.3"
  1565. nbd-tool
  1566. nbd-unix
  1567. netkat
  1568. netlink >= "0.3.4"
  1569. netsnmp < "v0.17.0"
  1570. nice_parser
  1571. ninja_utils
  1572. niru
  1573. nloge
  1574. nlopt
  1575. nmea
  1576. noCanren >= "0.3.0~alpha1"
  1577. nocoiner
  1578. node_of_ocaml
  1579. noise
  1580. non_empty_list
  1581. nottui
  1582. nottui-lwt
  1583. nottui-pretty
  1584. nottui-unix
  1585. notty >= "0.2.3"
  1586. notty-community
  1587. notty_async >= "v0.12.0" & < "v0.17.0"
  1588. np
  1589. npy >= "0.0.9"
  1590. nsq
  1591. numeric_string < "v0.17.0"
  1592. nuscr
  1593. OCADml
  1594. OCanren
  1595. OCanren-ppx
  1596. OSCADml
  1597. obatcher
  1598. obeam
  1599. obelisk >= "0.5.0"
  1600. obuilder
  1601. obuilder-spec
  1602. obus >= "1.2.0"
  1603. ocal >= "0.2.2"
  1604. ocaml-canvas
  1605. ocaml-compiler-libs >= "v0.12.0"
  1606. ocaml-embed-file < "v0.17.0"
  1607. ocaml-in-python
  1608. ocaml-index
  1609. ocaml-lsp-server
  1610. ocaml-lua
  1611. ocaml-migrate-parsetree
  1612. ocaml-migrate-parsetree-ocamlbuild
  1613. ocaml-monadic >= "0.4.1"
  1614. ocaml-print-intf
  1615. ocaml-probes < "v0.17.0"
  1616. ocaml-protoc >= "2.0.1"
  1617. ocaml-protoc-plugin < "6.1.0"
  1618. ocaml-r >= "0.1.1"
  1619. ocaml-sat-solvers >= "0.8"
  1620. ocaml-syntax-shims
  1621. ocaml-systemd >= "1.3"
  1622. ocaml-top >= "1.2.0"
  1623. ocaml-vdom < "transition"
  1624. ocaml-version >= "3.5.0"
  1625. ocaml_db_model
  1626. ocaml_intrinsics < "v0.17.0"
  1627. ocaml_pgsql_model
  1628. ocaml_plugin
  1629. ocamlapi
  1630. ocamlapi_async
  1631. ocamlapi_lwt_unix
  1632. ocamlapi_ppx
  1633. ocamlcodoc
  1634. ocamldiff >= "1.2"
  1635. ocamlformat >= "0.24.1"
  1636. ocamlformat-lib
  1637. ocamlformat-mlx
  1638. ocamlformat-mlx-lib
  1639. ocamlformat-rpc < "removed"
  1640. ocamlformat-rpc-lib
  1641. ocamlfuse
  1642. ocamlgraph >= "2.0.0"
  1643. ocamlgraph_gtk
  1644. ocamline
  1645. ocamlog
  1646. ocamlregextkit
  1647. ocb
  1648. ocf >= "0.8.0" & < "1.0.0"
  1649. ocf_ppx < "1.0.0"
  1650. ockt
  1651. ocluster != "0.2"
  1652. ocluster-api
  1653. ocluster-worker
  1654. ocolor
  1655. ocp-browser >= "1.1.9"
  1656. ocp-indent >= "1.7.0" & < "1.9.0"
  1657. ocp-indent-nlfork
  1658. ocp-index >= "1.1.9"
  1659. ocp-search
  1660. ocp_reveal
  1661. ocplib-endian >= "1.1"
  1662. ocplib-json-typed-browser
  1663. ocplib-json-typed-bson
  1664. ocplib-simplex >= "0.5"
  1665. ocplib_stuff >= "0.4.0"
  1666. ocsigen-i18n >= "4.0.0"
  1667. ocsigen-ppx-rpc
  1668. ocsigenserver >= "4.0.1"
  1669. ocsipersist
  1670. ocsipersist-dbm
  1671. ocsipersist-dbm-config
  1672. ocsipersist-lib
  1673. ocsipersist-pgsql
  1674. ocsipersist-pgsql-config
  1675. ocsipersist-sqlite
  1676. ocsipersist-sqlite-config
  1677. octavius >= "1.2.2"
  1678. octez-accuser-Proxford < "19.0"
  1679. octez-accuser-PtLimaPt
  1680. octez-accuser-PtMumbai
  1681. octez-accuser-PtNairob < "19.0"
  1682. octez-alcotezt < "19.0"
  1683. octez-baker-Proxford < "19.0"
  1684. octez-baker-PtLimaPt
  1685. octez-baker-PtMumbai
  1686. octez-baker-PtNairob < "19.0"
  1687. octez-bls12-381-hash
  1688. octez-bls12-381-polynomial
  1689. octez-bls12-381-signature
  1690. octez-client < "19.0"
  1691. octez-codec < "19.0"
  1692. octez-crawler < "19.0"
  1693. octez-dac-client < "19.0"
  1694. octez-dac-node < "19.0"
  1695. octez-distributed-internal < "19.0"
  1696. octez-distributed-lwt-internal < "19.0"
  1697. octez-injector < "19.0"
  1698. octez-l2-libs < "19.0"
  1699. octez-libs < "19.0"
  1700. octez-mec
  1701. octez-node < "19.0"
  1702. octez-node-config < "19.0"
  1703. octez-plompiler
  1704. octez-plonk
  1705. octez-polynomial
  1706. octez-proto-libs < "19.0"
  1707. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1708. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1709. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1710. octez-protocol-003-PsddFKi3-libs < "19.0"
  1711. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1712. octez-protocol-005-PsBabyM1-libs < "19.0"
  1713. octez-protocol-006-PsCARTHA-libs < "19.0"
  1714. octez-protocol-007-PsDELPH1-libs < "19.0"
  1715. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1716. octez-protocol-009-PsFLoren-libs < "19.0"
  1717. octez-protocol-010-PtGRANAD-libs < "19.0"
  1718. octez-protocol-011-PtHangz2-libs < "19.0"
  1719. octez-protocol-012-Psithaca-libs < "19.0"
  1720. octez-protocol-013-PtJakart-libs < "19.0"
  1721. octez-protocol-014-PtKathma-libs < "19.0"
  1722. octez-protocol-015-PtLimaPt-libs < "19.0"
  1723. octez-protocol-016-PtMumbai-libs < "19.0"
  1724. octez-protocol-017-PtNairob-libs < "19.0"
  1725. octez-protocol-018-Proxford-libs < "19.0"
  1726. octez-protocol-alpha-libs < "19.0"
  1727. octez-protocol-compiler < "19.0"
  1728. octez-proxy-server < "19.0"
  1729. octez-shell-libs < "19.0"
  1730. octez-signer < "19.0"
  1731. octez-smart-rollup-client-Proxford
  1732. octez-smart-rollup-client-PtMumbai
  1733. octez-smart-rollup-client-PtNairob
  1734. octez-smart-rollup-node < "19.0"
  1735. octez-smart-rollup-node-alpha < "19.0"
  1736. octez-smart-rollup-node-lib < "19.0"
  1737. octez-smart-rollup-node-Proxford < "19.0"
  1738. octez-smart-rollup-node-PtMumbai
  1739. octez-smart-rollup-node-PtNairob < "19.0"
  1740. octez-smart-rollup-wasm-benchmark-lib
  1741. octez-smart-rollup-wasm-debugger < "19.0"
  1742. octez-tx-rollup-client-PtLimaPt
  1743. octez-tx-rollup-node-PtLimaPt
  1744. octez-version < "19.0"
  1745. ocue
  1746. odash
  1747. odate
  1748. odds >= "1.1"
  1749. odep
  1750. odepack >= "0.6.9"
  1751. odnnr
  1752. odoc < "3.1.0"
  1753. odoc-driver < "3.1.0"
  1754. odoc-md < "3.1.0"
  1755. odoc-parser < "3.1.0"
  1756. oepub
  1757. of_json < "v0.17.0"
  1758. offheap
  1759. ogg >= "1.0.0"
  1760. ohex
  1761. oidc
  1762. ojo
  1763. ojs
  1764. ojs_base
  1765. ojs_base_all
  1766. ojs_base_ppx
  1767. ojs_ed
  1768. ojs_filetree
  1769. ojs_list
  1770. olinq >= "0.3"
  1771. oma
  1772. omd >= "1.3.2"
  1773. ometrics
  1774. omg
  1775. omigrate
  1776. omlr >= "1.0.3"
  1777. omtl
  1778. oneffs
  1779. oniguruma
  1780. opam-0install
  1781. opam-0install-cudf
  1782. opam-bin >= "1.0.0"
  1783. opam-build
  1784. opam-check-npm-deps
  1785. opam-client >= "2.0.2"
  1786. opam-compiler
  1787. opam-core >= "2.0.2"
  1788. opam-custom-install
  1789. opam-devel >= "2.0.2"
  1790. opam-dune-lint >= "0.3"
  1791. opam-ed >= "0.4"
  1792. opam-file-format >= "2.1.0" & < "2.1.5"
  1793. opam-format >= "2.0.2"
  1794. opam-graph
  1795. opam-grep >= "0.2.0"
  1796. opam-installer >= "2.0.2"
  1797. opam-monorepo
  1798. opam-package-upgrade >= "0.2"
  1799. opam-publish >= "2.0.2"
  1800. opam-repository >= "2.0.2"
  1801. opam-solver >= "2.0.2"
  1802. opam-spin
  1803. opam-state >= "2.0.2"
  1804. opam-test
  1805. opam_bin_lib != "0.9.5"
  1806. opasswd
  1807. opatch
  1808. opazl
  1809. openai
  1810. openai-gym
  1811. openapi
  1812. openapi-opium
  1813. openapi_router
  1814. opencc0
  1815. opencc1
  1816. opencc1_1
  1817. openQASM
  1818. openstellina
  1819. opentelemetry
  1820. opentelemetry-client-cohttp-eio
  1821. opentelemetry-client-cohttp-lwt
  1822. opentelemetry-client-ocurl
  1823. opentelemetry-cohttp-lwt
  1824. opentelemetry-logs
  1825. opentelemetry-lwt
  1826. opine
  1827. opium
  1828. opium-graphql
  1829. opium-testing
  1830. opium_kernel >= "0.17.0"
  1831. oplot < "0.85"
  1832. oplsr
  1833. opomodoro
  1834. opsian
  1835. optal
  1836. opti
  1837. optimization1d >= "0.6.1"
  1838. optiml-transport
  1839. optint
  1840. opus
  1841. oraft
  1842. oranger >= "2.0.1"
  1843. orb
  1844. order-i3-xfce
  1845. ordering < "3.15.3"
  1846. ordinal
  1847. ordinal_abbreviation < "v0.17.0"
  1848. ordma >= "0.0.5"
  1849. orec >= "1.0.1"
  1850. orewa
  1851. orf
  1852. orgeat
  1853. orpie
  1854. orrandomForest
  1855. orsvm_e1071 >= "4.0.0"
  1856. ortac-core
  1857. ortac-dune
  1858. ortac-qcheck-stm
  1859. ortac-runtime
  1860. ortac-runtime-qcheck-stm
  1861. ortac-wrapper
  1862. orthologic-coq
  1863. orxgboost >= "1.1.0"
  1864. osc >= "0.2.0"
  1865. osc-lwt
  1866. osc-unix
  1867. oseq >= "0.2"
  1868. osh
  1869. oskel
  1870. osnap
  1871. ostap >= "0.6"
  1872. osx-secure-transport
  1873. otaglibc
  1874. otf
  1875. otoggl
  1876. otoml
  1877. otr
  1878. ounit = "2.1.2"
  1879. ounit-lwt < "2.2.0"
  1880. ounit2
  1881. ounit2-lwt
  1882. override
  1883. owee
  1884. owi
  1885. owl >= "0.4.0" & < "1.2"
  1886. owl-base >= "0.4.0" & < "1.2"
  1887. owl-jupyter
  1888. owl-ode
  1889. owl-ode-base
  1890. owl-ode-odepack
  1891. owl-ode-sundials
  1892. owl-opt
  1893. owl-opt-lbfgs
  1894. owl-plplot < "1.1"
  1895. owl-symbolic
  1896. owl-top >= "0.4.0" & < "1.2"
  1897. owl-zoo >= "0.4.0"
  1898. owork
  1899. ozulip
  1900. p4pp
  1901. p5scm
  1902. packstream
  1903. pacomb
  1904. paf
  1905. paf-cohttp
  1906. pam < "v0.17.0"
  1907. pancake
  1908. pandoc
  1909. pandoc-abbreviations
  1910. pandoc-comment
  1911. pandoc-crossref
  1912. pandoc-include
  1913. pandoc-inspect
  1914. pandoc-pdf2png
  1915. pandoc-replace
  1916. papi >= "0.1.1"
  1917. par_incr
  1918. parany >= "9.0.0"
  1919. pardi >= "2.0.2"
  1920. pari
  1921. pari-bindings
  1922. parmap >= "1.1.1"
  1923. parsexp >= "v0.12.0" & < "v0.17.0"
  1924. parsexp_io < "v0.17.0"
  1925. parsley
  1926. passage
  1927. patch
  1928. patdiff >= "v0.12.1" & < "v0.17.0"
  1929. path_glob
  1930. patience_diff < "v0.17.0"
  1931. patricia-tree
  1932. pattern
  1933. pb
  1934. pb-plugin
  1935. pbkdf
  1936. pbrt
  1937. pbrt_services
  1938. pbrt_yojson
  1939. pcap-format >= "0.5.2"
  1940. pcre >= "7.3.5"
  1941. pcre2
  1942. pds-reachability >= "0.2.2"
  1943. pecu >= "0.2"
  1944. petr4
  1945. petrol
  1946. pf-qubes
  1947. pg_query
  1948. pgocaml >= "4.0"
  1949. pgocaml_ppx
  1950. pgx >= "1.0"
  1951. pgx_async >= "1.0"
  1952. pgx_lwt >= "1.0"
  1953. pgx_lwt_mirage
  1954. pgx_lwt_unix
  1955. pgx_unix >= "1.0"
  1956. pgx_value_core
  1957. pgx_value_ptime
  1958. phantom-algebra >= "1.0.1"
  1959. phonetic
  1960. phylogenetics
  1961. piaf
  1962. picasso
  1963. piece_rope
  1964. piqi >= "0.7.8"
  1965. piqilib >= "0.6.16"
  1966. pixel_pusher
  1967. pkcs11 >= "0.18.0"
  1968. pkcs11-cli
  1969. pkcs11-driver
  1970. pkcs11-rev
  1971. pla >= "1.3"
  1972. plateau
  1973. plato
  1974. plebeia
  1975. plist-xml
  1976. plist-xml-lwt
  1977. plotkicadsch
  1978. plotly
  1979. plplot >= "5.11.0-1"
  1980. polars
  1981. polars_async
  1982. polka
  1983. poll
  1984. polling_state_rpc < "v0.17.0"
  1985. polly
  1986. polynomial
  1987. pomap
  1988. popper
  1989. portaudio >= "0.2.2"
  1990. portaudio_c_bindings
  1991. portmidi
  1992. posix-base
  1993. posix-bindings
  1994. posix-getopt >= "2.0.0"
  1995. posix-math2
  1996. posix-signal
  1997. posix-socket
  1998. posix-socket-unix
  1999. posix-time2
  2000. posix-types >= "2.0.0"
  2001. posix-uname
  2002. posixat < "v0.17.0"
  2003. postgres_async < "v0.17.0"
  2004. postgresql >= "4.4.1"
  2005. pp
  2006. pp-binary-ints
  2007. pp_loc
  2008. pprint >= "20200226"
  2009. ppx-owl-opt
  2010. ppx_accessor < "v0.17.0"
  2011. ppx_assert < "v0.17.0"
  2012. ppx_bap
  2013. ppx_base < "v0.17.0"
  2014. ppx_bench < "v0.17.0"
  2015. ppx_bin_prot < "v0.17.0"
  2016. ppx_bitstring < "5.0.2"
  2017. ppx_blob >= "0.6.0"
  2018. ppx_camlrack
  2019. ppx_catch
  2020. ppx_cold < "v0.17.0"
  2021. ppx_compare < "v0.17.0"
  2022. ppx_compose >= "0.1.0"
  2023. ppx_const >= "2.0"
  2024. ppx_conv_func < "v0.17.0"
  2025. ppx_counters
  2026. ppx_css < "v0.17.0"
  2027. ppx_cstruct
  2028. ppx_cstubs
  2029. ppx_csv_conv < "v0.17.0"
  2030. ppx_custom_printf < "v0.17.0"
  2031. ppx_decimal
  2032. ppx_default
  2033. ppx_defer >= "0.4.0"
  2034. ppx_demo < "v0.17.0"
  2035. ppx_derive_at_runtime < "v0.17.0"
  2036. ppx_derivers >= "1.2.1"
  2037. ppx_deriving >= "4.5-1"
  2038. ppx_deriving_cad
  2039. ppx_deriving_cmdliner >= "0.5.1"
  2040. ppx_deriving_encoding
  2041. ppx_deriving_hardcaml
  2042. ppx_deriving_hash
  2043. ppx_deriving_json_schema
  2044. ppx_deriving_jsoo
  2045. ppx_deriving_madcast >= "0.2"
  2046. ppx_deriving_popper
  2047. ppx_deriving_protobuf
  2048. ppx_deriving_qcheck
  2049. ppx_deriving_rpc
  2050. ppx_deriving_scad
  2051. ppx_deriving_variant_string
  2052. ppx_deriving_yaml < "0.4.0"
  2053. ppx_deriving_yojson
  2054. ppx_disable_unused_warnings < "v0.17.0"
  2055. ppx_distr_guards >= "0.2"
  2056. ppx_enumerate < "v0.17.0"
  2057. ppx_expect < "v0.17.0"
  2058. ppx_factory
  2059. ppx_fail
  2060. ppx_fields_conv < "v0.17.0"
  2061. ppx_fixed_literal < "v0.17.0"
  2062. ppx_gen_rec >= "1.1.0"
  2063. ppx_getenv >= "2.0"
  2064. ppx_globalize < "v0.17.0"
  2065. ppx_hash < "v0.17.0"
  2066. ppx_here < "v0.17.0"
  2067. ppx_ignore_instrumentation < "v0.17.0"
  2068. ppx_import
  2069. ppx_inline_alcotest
  2070. ppx_inline_test < "v0.16.1"
  2071. ppx_interact
  2072. ppx_irmin
  2073. ppx_jane < "v0.17.0"
  2074. ppx_js_style < "v0.17.0"
  2075. ppx_jsobject_conv
  2076. ppx_jsonaf_conv < "v0.17.0"
  2077. ppx_let < "v0.17.0"
  2078. ppx_log < "v0.17.0"
  2079. ppx_lun
  2080. ppx_make
  2081. ppx_map
  2082. ppx_marshal
  2083. ppx_marshal_ext
  2084. ppx_matches
  2085. ppx_meta_conv
  2086. ppx_mica
  2087. ppx_minidebug
  2088. ppx_module_timer < "v0.17.0"
  2089. ppx_monad
  2090. ppx_monoid >= "0.3.2"
  2091. ppx_mysql
  2092. ppx_mysql_identity
  2093. ppx_open
  2094. ppx_optcomp < "v0.17.0"
  2095. ppx_optint
  2096. ppx_optional < "v0.17.0"
  2097. ppx_parser
  2098. ppx_pattern_bind < "v0.17.0"
  2099. ppx_pbt
  2100. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2101. ppx_protocol_conv
  2102. ppx_protocol_conv_json
  2103. ppx_protocol_conv_jsonm
  2104. ppx_protocol_conv_msgpack
  2105. ppx_protocol_conv_xml_light
  2106. ppx_protocol_conv_xmlm
  2107. ppx_protocol_conv_yaml
  2108. ppx_pyformat
  2109. ppx_python < "v0.17.0"
  2110. ppx_rapper
  2111. ppx_rapper_async
  2112. ppx_rapper_lwt
  2113. ppx_regexp >= "0.4.0"
  2114. ppx_repr
  2115. ppx_seq
  2116. ppx_sexp_conv < "v0.17.0"
  2117. ppx_sexp_message < "v0.17.0"
  2118. ppx_sexp_value < "v0.17.0"
  2119. ppx_show
  2120. ppx_stable < "v0.17.0"
  2121. ppx_stable_witness < "v0.17.0"
  2122. ppx_string < "v0.17.0"
  2123. ppx_string_interpolation
  2124. ppx_subliner
  2125. ppx_system
  2126. ppx_test
  2127. ppx_there
  2128. ppx_tools >= "6.0+4.08.0"
  2129. ppx_tools_versioned
  2130. ppx_trace
  2131. ppx_ts
  2132. ppx_tydi < "v0.17.0"
  2133. ppx_type_directed_value
  2134. ppx_typed_fields < "v0.17.0"
  2135. ppx_typerep_conv < "v0.17.0"
  2136. ppx_tyre
  2137. ppx_units
  2138. ppx_unreachable
  2139. ppx_update
  2140. ppx_variants_conv < "v0.17.0"
  2141. ppx_viewpattern
  2142. ppx_wideopen
  2143. ppx_xml_conv < "v0.17.0"
  2144. ppx_yojson
  2145. ppx_yojson_conv < "v0.17.0"
  2146. ppx_yojson_conv_lib < "v0.17.0"
  2147. ppxfind >= "1.3"
  2148. ppxlib
  2149. ppxlib-tools
  2150. ppxx
  2151. pratter
  2152. prbnmcn-basic-structures
  2153. prbnmcn-cgrph
  2154. prbnmcn-clustering
  2155. prbnmcn-dagger
  2156. prbnmcn-dagger-gsl
  2157. prbnmcn-dagger-stats
  2158. prbnmcn-dagger-test
  2159. prbnmcn-gnuplot
  2160. prbnmcn-linalg
  2161. prbnmcn-mcts
  2162. prbnmcn-proptest
  2163. prbnmcn-stats
  2164. prbnmcn-ucb1
  2165. prc
  2166. preface
  2167. prelude
  2168. pretty_expressive
  2169. prettym
  2170. printbox >= "0.3"
  2171. printbox-ext-plot
  2172. printbox-html
  2173. printbox-md
  2174. printbox-text >= "0.6.1"
  2175. proc-smaps
  2176. process_limits
  2177. processor
  2178. producer
  2179. prof_spacetime
  2180. profiling
  2181. profunctor < "v0.17.0"
  2182. progress < "0.5.0"
  2183. prom
  2184. prometheus >= "0.6"
  2185. prometheus-app >= "0.6"
  2186. prometheus-liquidsoap >= "2"
  2187. promise
  2188. promise_jsoo
  2189. promise_jsoo_lwt
  2190. protocell
  2191. protocol-9p >= "1.0.0"
  2192. protocol-9p-tool >= "1.0.0"
  2193. protocol-9p-unix >= "1.0.0"
  2194. protocol_version_header < "v0.17.0"
  2195. prr
  2196. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2197. psq >= "0.1.1"
  2198. ptmap >= "2.0.5"
  2199. ptset
  2200. pulseaudio >= "0.1.4"
  2201. pure-html
  2202. pure-splitmix >= "0.3"
  2203. purl
  2204. pvec
  2205. py >= "1.1"
  2206. pyast
  2207. pyml >= "20210924"
  2208. pyml_bindgen >= "0.3.0"
  2209. pyre-ast
  2210. pythonlib
  2211. qbf >= "0.3"
  2212. qcheck >= "0.13"
  2213. qcheck-alcotest
  2214. qcheck-core
  2215. qcheck-lin < "0.10"
  2216. qcheck-multicoretests-util < "0.10"
  2217. qcheck-ounit
  2218. qcheck-stm < "0.10"
  2219. qinap
  2220. qiskit
  2221. qmp >= "0.19.0"
  2222. qrencode
  2223. qtest >= "2.10.1"
  2224. queenshead
  2225. quests
  2226. quick_print
  2227. quickjs
  2228. radamsa
  2229. radare2 >= "0.0.3"
  2230. randii
  2231. randomconv
  2232. randoml
  2233. range >= "0.8"
  2234. rangeSet
  2235. rankers
  2236. rawlink
  2237. rawlink-eio
  2238. rawlink-lwt
  2239. raygui < "1.4.0"
  2240. raylib < "1.4.0"
  2241. rdbg >= "1.196.12"
  2242. rdf >= "0.13.0" & < "1.1.0"
  2243. rdf_impls < "1.1.0"
  2244. rdf_json_ld < "1.1.0"
  2245. rdf_lwt < "1.1.0"
  2246. rdf_mysql < "1.1.0"
  2247. rdf_postgresql < "1.1.0"
  2248. rdf_ppx < "1.1.0"
  2249. re >= "1.9.0" & < "1.13.2"
  2250. re2 >= "v0.12.1" & < "v0.17.0"
  2251. re2_stable
  2252. re_parser < "v0.17.0"
  2253. rea
  2254. reactiveData = "0.3.0"
  2255. reactjs-jsx-ppx
  2256. readline
  2257. reanalyze
  2258. reason < "3.17.2"
  2259. reason-react
  2260. reason-react-ppx
  2261. reason-standard
  2262. received
  2263. record_builder < "v0.17.0"
  2264. records >= "1.0.0"
  2265. reddit_api_async
  2266. reddit_api_kernel
  2267. redirect
  2268. redis >= "0.4"
  2269. redis-async < "v0.17.0"
  2270. redis-lwt >= "0.4"
  2271. redis-sync >= "0.4"
  2272. reed-solomon-erasure >= "1.0.2"
  2273. reedsolomon
  2274. refl
  2275. regenerate
  2276. regex_parser_intf < "v0.17.0"
  2277. regrade
  2278. remu_ts
  2279. reparse
  2280. reparse-lwt
  2281. reparse-lwt-unix
  2282. reparse-unix
  2283. repr
  2284. repr-bench
  2285. repr-fuzz
  2286. res >= "5.0.1"
  2287. res_tailwindcss
  2288. rescript-syntax
  2289. reshowcase
  2290. resource-pooling >= "1.1"
  2291. resource_cache < "v0.17.0"
  2292. resp
  2293. resp-client
  2294. resp-mirage
  2295. resp-server >= "0.9"
  2296. resp-unix
  2297. resto
  2298. resto-acl
  2299. resto-cohttp
  2300. resto-cohttp-client
  2301. resto-cohttp-self-serving-client
  2302. resto-cohttp-server
  2303. resto-directory
  2304. resto-json
  2305. result
  2306. rfc1951 >= "0.8.1" & != "1.0.0"
  2307. rfc6287 >= "1.0.4"
  2308. rfc7748
  2309. rfsm >= "1.6-alpha-3" & < "2.0"
  2310. rhythm
  2311. ringo
  2312. ringo-lwt
  2313. riot < "0.0.7"
  2314. river
  2315. rock
  2316. rocq-core
  2317. rocq-devtools
  2318. rocq-runtime
  2319. rocqide
  2320. roman
  2321. root1d >= "0.5.1"
  2322. rope >= "0.6.2"
  2323. rosa
  2324. rosetta >= "0.2.0"
  2325. routes
  2326. rpc
  2327. rpc_parallel < "v0.17.0"
  2328. rpclib
  2329. rpclib-async
  2330. rpclib-html
  2331. rpclib-js
  2332. rpclib-lwt
  2333. rsdd
  2334. rss
  2335. rtop < "3.17.2"
  2336. rtree
  2337. rungen
  2338. runtime_events_tools < "0.5.2"
  2339. rusage
  2340. rust-staticlib-gen
  2341. rust-staticlib-virtual
  2342. SourceCode_ASCII
  2343. SZXX
  2344. safemoney
  2345. safepass >= "3.1"
  2346. sail >= "0.15" & < "0.20"
  2347. sail_c_backend < "0.20"
  2348. sail_coq_backend < "0.20"
  2349. sail_doc_backend < "0.20"
  2350. sail_latex_backend < "0.20"
  2351. sail_lean_backend < "0.20"
  2352. sail_lem_backend < "0.20"
  2353. sail_manifest < "0.20"
  2354. sail_ocaml_backend < "0.20"
  2355. sail_output < "0.20"
  2356. sail_smt_backend < "0.20"
  2357. sail_sv_backend < "0.20"
  2358. salsa20 >= "1.0.0"
  2359. salsa20-core >= "1.0.0"
  2360. samplerate >= "0.1.6"
  2361. sanddb >= "0.2"
  2362. sarek
  2363. satex
  2364. saturn < "0.5.0"
  2365. saturn_lockfree < "0.5.0"
  2366. satyrographos
  2367. scad_ml
  2368. scfg
  2369. scgi
  2370. scipy
  2371. scrypt-kdf
  2372. sd_logic
  2373. sdl-liquidsoap >= "3"
  2374. search
  2375. searchTree
  2376. secp256k1 >= "0.4.1"
  2377. secp256k1-internal
  2378. sedlex >= "2.0"
  2379. sek
  2380. sel
  2381. semantic_version < "v0.17.0"
  2382. semaphore-compat
  2383. semver >= "0.2.1"
  2384. semver2
  2385. sendmail
  2386. sendmail-lwt
  2387. sendmail-miou-unix
  2388. sendmail-mirage
  2389. sentry
  2390. seq < "base"
  2391. seqes
  2392. sequencer_table < "v0.17.0"
  2393. serde < "0.0.2"
  2394. serde_debug
  2395. serde_derive < "0.0.2"
  2396. serde_json < "0.0.2"
  2397. serde_sexpr
  2398. serde_xml
  2399. serial
  2400. server-reason-react
  2401. session >= "0.4.1"
  2402. session-cohttp >= "0.4.1"
  2403. session-cohttp-async >= "0.4.1"
  2404. session-cohttp-lwt >= "0.4.1"
  2405. session-cookie
  2406. session-cookie-async
  2407. session-cookie-lwt
  2408. session-postgresql >= "0.4.1"
  2409. session-postgresql-async
  2410. session-postgresql-lwt
  2411. session-redis-lwt >= "0.4.1"
  2412. session-webmachine >= "0.4.1"
  2413. setcore >= "1.0.2"
  2414. sexp < "v0.17.0"
  2415. sexp_decode
  2416. sexp_diff < "v0.17.0"
  2417. sexp_diff_kernel
  2418. sexp_grammar < "v0.17.0"
  2419. sexp_macro < "v0.17.0"
  2420. sexp_pretty < "v0.17.0"
  2421. sexp_select < "v0.17.0"
  2422. sexp_string_quickcheck < "v0.17.0"
  2423. sexplib >= "v0.12.0" & < "v0.17.0"
  2424. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2425. sgf >= "1.0.1"
  2426. sha >= "1.13"
  2427. shapefile
  2428. shared-block-ring
  2429. shared-memory-ring
  2430. shared-memory-ring-lwt
  2431. shared-secret >= "0.4"
  2432. shell < "v0.17.0"
  2433. sherlodoc < "3.1.0"
  2434. shexp < "v0.17.0"
  2435. shine >= "0.2.2"
  2436. shuttle
  2437. shuttle_http
  2438. shuttle_ssl
  2439. shuttle_websocket
  2440. sifun
  2441. sihl
  2442. sihl-cache
  2443. sihl-contract
  2444. sihl-core
  2445. sihl-email
  2446. sihl-facade
  2447. sihl-persistence
  2448. sihl-queue
  2449. sihl-session
  2450. sihl-storage
  2451. sihl-token
  2452. sihl-type
  2453. sihl-user
  2454. sihl-web
  2455. simlog
  2456. simple63
  2457. sklearn
  2458. slack
  2459. slacko
  2460. slice
  2461. slipshow != "0.5.0"
  2462. slug
  2463. smart-print >= "0.3.0"
  2464. smbc
  2465. smol
  2466. smol-helpers
  2467. smtlib-utils
  2468. smtml >= "0.7.0" & < "0.10.0"
  2469. snappy >= "0.1.2"
  2470. snoke
  2471. so
  2472. sodium-fmt
  2473. solid < "0.5.0"
  2474. solid_server < "0.5.0"
  2475. solid_tools < "0.5.0"
  2476. solidity-alcotest
  2477. solidity-common
  2478. solidity-parser
  2479. solidity-test
  2480. solidity-typechecker
  2481. solo5-elftool
  2482. sortedseq_intersect
  2483. soundtouch >= "0.1.9"
  2484. soupault
  2485. spacetime_lib
  2486. spatial-shell
  2487. spawn < "v0.9.0" | >= "v0.13.0"
  2488. spdx_licenses
  2489. spectrum
  2490. speex
  2491. spelll >= "0.4"
  2492. spin
  2493. splay_tree < "v0.17.0"
  2494. splittable_random < "v0.17.0"
  2495. spoc
  2496. spoc_ppx
  2497. spoke
  2498. spotify-web-api
  2499. spotlib >= "4.1.0"
  2500. sqlgg >= "20200521"
  2501. sqlite3 >= "4.4.1"
  2502. sqlite3_utils
  2503. srt
  2504. ssh-agent >= "0.2.0"
  2505. ssl >= "0.5.6"
  2506. stdcompat >= "19"
  2507. stdint >= "0.6.0"
  2508. stdint-literals
  2509. stdio < "v0.17.0"
  2510. stdlib-diff
  2511. stdlib-random
  2512. stdlib-shims
  2513. stdune < "3.15.3"
  2514. stitch
  2515. stk < "0.5.0"
  2516. stk_iconv < "0.5.0"
  2517. stk_ocf < "0.5.0"
  2518. stk_ppx < "0.5.0"
  2519. stk_rdf < "0.5.0"
  2520. stk_xml < "0.5.0"
  2521. stog >= "0.20.0"
  2522. stog_all
  2523. stog_asy
  2524. stog_dot
  2525. stog_extern
  2526. stog_markdown
  2527. stog_multi_doc
  2528. stog_nocaml
  2529. stog_noexec
  2530. stog_plugins
  2531. stog_rdf
  2532. stog_rel_href
  2533. stog_server
  2534. stog_server_multi
  2535. stog_sitemap
  2536. stog_writing
  2537. stone >= "0.5.2"
  2538. store
  2539. stored_reversed < "v0.17.0"
  2540. stramon-lib
  2541. streamable < "v0.17.0"
  2542. streaming
  2543. string_dict < "v0.17.0"
  2544. stringCodepointSplitter
  2545. stringext >= "1.6.0"
  2546. sturgeon >= "0.4.2"
  2547. styled-ppx
  2548. subprocess
  2549. subscriptions-transport-ws
  2550. subtype-refinement >= "0.2"
  2551. sun
  2552. svmwrap
  2553. swagger >= "0.2.0"
  2554. swhid
  2555. swhid_compute
  2556. swhid_core
  2557. swhid_types
  2558. swipl
  2559. syguslib-utils
  2560. synchronizer
  2561. syncweb
  2562. syndic >= "1.6.0"
  2563. sys-socket
  2564. sys-socket-unix
  2565. syslog >= "2.0.1"
  2566. syslog-message >= "1.0.0"
  2567. syslog-rfc5424 < "0.2"
  2568. systemverilog >= "0.0.2"
  2569. TCSLib >= "0.5"
  2570. tablecloth-base
  2571. tablecloth-melange
  2572. tablecloth-native < "transition"
  2573. taglib >= "0.3.7"
  2574. talaria-bibtex
  2575. tar
  2576. tar-eio
  2577. tar-mirage
  2578. tar-unix
  2579. tcalc
  2580. tcpip
  2581. tdigest
  2582. telemetry
  2583. telltime
  2584. tensorboard
  2585. term-indexing
  2586. term-tools
  2587. terminal < "0.5.0"
  2588. terminal_size >= "0.1.4"
  2589. terminus
  2590. terminus-cohttp
  2591. terminus-hlc
  2592. testo
  2593. testo-diff
  2594. testo-lwt
  2595. testo-util
  2596. testu01
  2597. textmate-language
  2598. textrazor
  2599. textutils < "v0.17.0"
  2600. textutils_kernel < "v0.17.0"
  2601. textwrap >= "0.2.1"
  2602. tezos-baking-015-PtLimaPt
  2603. tezos-baking-015-PtLimaPt-commands
  2604. tezos-baking-016-PtMumbai
  2605. tezos-baking-016-PtMumbai-commands
  2606. tezos-baking-017-PtNairob
  2607. tezos-baking-017-PtNairob-commands
  2608. tezos-baking-alpha
  2609. tezos-baking-alpha-commands
  2610. tezos-base
  2611. tezos-base-test-helpers
  2612. tezos-base58
  2613. tezos-benchmark < "19.0"
  2614. tezos-bls12-381-polynomial
  2615. tezos-clic
  2616. tezos-client-000-Ps9mPmXa
  2617. tezos-client-001-PtCJ7pwo
  2618. tezos-client-002-PsYLVpVv
  2619. tezos-client-003-PsddFKi3
  2620. tezos-client-004-Pt24m4xi
  2621. tezos-client-005-PsBabyM1
  2622. tezos-client-006-PsCARTHA
  2623. tezos-client-007-PsDELPH1
  2624. tezos-client-008-PtEdo2Zk
  2625. tezos-client-009-PsFLoren
  2626. tezos-client-010-PtGRANAD
  2627. tezos-client-011-PtHangz2
  2628. tezos-client-012-Psithaca
  2629. tezos-client-013-PtJakart
  2630. tezos-client-014-PtKathma
  2631. tezos-client-015-PtLimaPt
  2632. tezos-client-016-PtMumbai
  2633. tezos-client-017-PtNairob
  2634. tezos-client-alpha
  2635. tezos-client-base
  2636. tezos-client-base-unix
  2637. tezos-client-commands
  2638. tezos-client-demo-counter < "19.0"
  2639. tezos-client-genesis < "19.0"
  2640. tezos-context
  2641. tezos-context-hash
  2642. tezos-context-hash-irmin
  2643. tezos-context-ops
  2644. tezos-crypto
  2645. tezos-crypto-dal
  2646. tezos-dac-client-lib < "19.0"
  2647. tezos-dac-lib < "19.0"
  2648. tezos-dac-node-lib < "19.0"
  2649. tezos-dal-node-lib < "19.0"
  2650. tezos-dal-node-services < "19.0"
  2651. tezos-embedded-protocol-000-Ps9mPmXa
  2652. tezos-embedded-protocol-001-PtCJ7pwo
  2653. tezos-embedded-protocol-002-PsYLVpVv
  2654. tezos-embedded-protocol-003-PsddFKi3
  2655. tezos-embedded-protocol-004-Pt24m4xi
  2656. tezos-embedded-protocol-005-PsBABY5H
  2657. tezos-embedded-protocol-005-PsBabyM1
  2658. tezos-embedded-protocol-006-PsCARTHA
  2659. tezos-embedded-protocol-007-PsDELPH1
  2660. tezos-embedded-protocol-008-PtEdo2Zk
  2661. tezos-embedded-protocol-008-PtEdoTez
  2662. tezos-embedded-protocol-009-PsFLoren
  2663. tezos-embedded-protocol-010-PtGRANAD
  2664. tezos-embedded-protocol-011-PtHangz2
  2665. tezos-embedded-protocol-012-Psithaca
  2666. tezos-embedded-protocol-013-PtJakart
  2667. tezos-embedded-protocol-014-PtKathma
  2668. tezos-embedded-protocol-015-PtLimaPt
  2669. tezos-embedded-protocol-016-PtMumbai
  2670. tezos-embedded-protocol-017-PtNairob
  2671. tezos-embedded-protocol-alpha
  2672. tezos-embedded-protocol-demo-counter
  2673. tezos-embedded-protocol-demo-noops
  2674. tezos-embedded-protocol-genesis
  2675. tezos-error-monad
  2676. tezos-event-logging
  2677. tezos-event-logging-test-helpers
  2678. tezos-hacl
  2679. tezos-hacl-glue
  2680. tezos-hacl-glue-unix
  2681. tezos-injector-015-PtLimaPt
  2682. tezos-injector-016-PtMumbai
  2683. tezos-layer2-store
  2684. tezos-layer2-utils-016-PtMumbai
  2685. tezos-layer2-utils-017-PtNairob
  2686. tezos-lazy-containers
  2687. tezos-lwt-result-stdlib
  2688. tezos-micheline
  2689. tezos-mockup
  2690. tezos-mockup-commands
  2691. tezos-mockup-proxy
  2692. tezos-mockup-registration
  2693. tezos-p2p
  2694. tezos-p2p-services
  2695. tezos-plompiler
  2696. tezos-plonk
  2697. tezos-protocol-000-Ps9mPmXa < "19.0"
  2698. tezos-protocol-001-PtCJ7pwo < "19.0"
  2699. tezos-protocol-002-PsYLVpVv < "19.0"
  2700. tezos-protocol-003-PsddFKi3 < "19.0"
  2701. tezos-protocol-004-Pt24m4xi < "19.0"
  2702. tezos-protocol-005-PsBABY5H < "19.0"
  2703. tezos-protocol-005-PsBabyM1 < "19.0"
  2704. tezos-protocol-006-PsCARTHA < "19.0"
  2705. tezos-protocol-007-PsDELPH1 < "19.0"
  2706. tezos-protocol-008-PtEdo2Zk < "19.0"
  2707. tezos-protocol-008-PtEdoTez < "19.0"
  2708. tezos-protocol-009-PsFLoren < "19.0"
  2709. tezos-protocol-010-PtGRANAD < "19.0"
  2710. tezos-protocol-011-PtHangz2 < "19.0"
  2711. tezos-protocol-012-Psithaca < "19.0"
  2712. tezos-protocol-013-PtJakart < "19.0"
  2713. tezos-protocol-014-PtKathma < "19.0"
  2714. tezos-protocol-015-PtLimaPt < "19.0"
  2715. tezos-protocol-016-PtMumbai < "19.0"
  2716. tezos-protocol-017-PtNairob < "19.0"
  2717. tezos-protocol-018-Proxford < "19.0"
  2718. tezos-protocol-alpha < "19.0"
  2719. tezos-protocol-demo-counter < "19.0"
  2720. tezos-protocol-demo-noops < "19.0"
  2721. tezos-protocol-environment
  2722. tezos-protocol-environment-packer
  2723. tezos-protocol-environment-sigs
  2724. tezos-protocol-environment-structs
  2725. tezos-protocol-genesis < "19.0"
  2726. tezos-protocol-plugin-007-PsDELPH1
  2727. tezos-protocol-plugin-007-PsDELPH1-registerer
  2728. tezos-protocol-plugin-008-PtEdo2Zk
  2729. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2730. tezos-protocol-plugin-009-PsFLoren
  2731. tezos-protocol-plugin-009-PsFLoren-registerer
  2732. tezos-protocol-plugin-010-PtGRANAD
  2733. tezos-protocol-plugin-010-PtGRANAD-registerer
  2734. tezos-protocol-plugin-011-PtHangz2
  2735. tezos-protocol-plugin-011-PtHangz2-registerer
  2736. tezos-protocol-plugin-012-Psithaca
  2737. tezos-protocol-plugin-012-Psithaca-registerer
  2738. tezos-protocol-plugin-013-PtJakart
  2739. tezos-protocol-plugin-013-PtJakart-registerer
  2740. tezos-protocol-plugin-014-PtKathma
  2741. tezos-protocol-plugin-014-PtKathma-registerer
  2742. tezos-protocol-plugin-015-PtLimaPt
  2743. tezos-protocol-plugin-015-PtLimaPt-registerer
  2744. tezos-protocol-plugin-016-PtMumbai
  2745. tezos-protocol-plugin-016-PtMumbai-registerer
  2746. tezos-protocol-plugin-017-PtNairob
  2747. tezos-protocol-plugin-017-PtNairob-registerer
  2748. tezos-protocol-plugin-alpha
  2749. tezos-protocol-plugin-alpha-registerer
  2750. tezos-protocol-updater
  2751. tezos-proxy
  2752. tezos-proxy-server-config < "19.0"
  2753. tezos-requester
  2754. tezos-rpc
  2755. tezos-rpc-http
  2756. tezos-rpc-http-client
  2757. tezos-rpc-http-client-unix
  2758. tezos-rpc-http-server
  2759. tezos-sapling
  2760. tezos-scoru-wasm
  2761. tezos-scoru-wasm-fast
  2762. tezos-scoru-wasm-helpers
  2763. tezos-shell
  2764. tezos-shell-context
  2765. tezos-shell-services
  2766. tezos-shell-services-test-helpers
  2767. tezos-signer-backends
  2768. tezos-signer-services
  2769. tezos-smart-rollup-016-PtMumbai
  2770. tezos-smart-rollup-017-PtNairob
  2771. tezos-smart-rollup-alpha
  2772. tezos-smart-rollup-layer2-016-PtMumbai
  2773. tezos-smart-rollup-layer2-017-PtNairob
  2774. tezos-stdlib >= "16.0"
  2775. tezos-stdlib-unix
  2776. tezos-store
  2777. tezos-test-helpers
  2778. tezos-test-helpers-extra
  2779. tezos-test-services
  2780. tezos-tree-encoding
  2781. tezos-tx-rollup-015-PtLimaPt
  2782. tezos-validation
  2783. tezos-version
  2784. tezos-wasmer
  2785. tezos-webassembly-interpreter
  2786. tezos-webassembly-interpreter-extra
  2787. tezos-workers
  2788. tezt < "4.3.0"
  2789. tezt-bam
  2790. tezt-performance-regression
  2791. tezt-tezos < "19.0"
  2792. theora
  2793. thread-local-storage
  2794. thread-table
  2795. thrift
  2796. tidy >= "5-0.2"
  2797. tidy_email
  2798. tidy_email_mailgun
  2799. tidy_email_sendgrid
  2800. tidy_email_smtp
  2801. tilde_f < "v0.17.0"
  2802. time_now < "v0.17.0"
  2803. timed >= "1.1"
  2804. timedesc
  2805. timedesc-json
  2806. timedesc-sexp
  2807. timedesc-tzdb
  2808. timedesc-tzlocal
  2809. timedesc-tzlocal-js
  2810. timere
  2811. timere-parse
  2812. timezone < "v0.17.0"
  2813. timmy
  2814. timmy-jsoo
  2815. timmy-lwt
  2816. timmy-unix
  2817. tiny_httpd
  2818. tiny_httpd_camlzip
  2819. tip-parser >= "0.4"
  2820. tldr
  2821. tls >= "0.12.8"
  2822. tls-async
  2823. tls-eio
  2824. tls-liquidsoap
  2825. tls-lwt
  2826. tls-miou-unix
  2827. tls-mirage
  2828. toc
  2829. tofn
  2830. togglelog
  2831. toml
  2832. toml-cconv
  2833. toml_cconv
  2834. toplevel_backend < "v0.17.0"
  2835. toplevel_expect_test < "v0.17.0"
  2836. topojson
  2837. topojsone
  2838. topological_sort < "v0.17.0"
  2839. torch < "v0.17.0"
  2840. tqdm
  2841. trace
  2842. trace-fuchsia
  2843. trace-tef
  2844. tracing < "v0.17.0"
  2845. tracy-client
  2846. traits
  2847. trampoline
  2848. transept
  2849. traverse
  2850. travesty != "0.6.1"
  2851. trax >= "0.4.0"
  2852. tree_layout >= "0.2"
  2853. treeprint >= "2.3.0"
  2854. trexio
  2855. trie
  2856. trs
  2857. tsdl-image >= "0.3.0"
  2858. tsdl-mixer
  2859. tsdl-ttf >= "0.3"
  2860. tsort
  2861. tube >= "4.4.0"
  2862. tuntap
  2863. twirp_cohttp_lwt_unix
  2864. twirp_core
  2865. twirp_ezcurl
  2866. twirp_tiny_httpd
  2867. twostep
  2868. tyabt
  2869. type_eq
  2870. typed_list
  2871. typerep >= "v0.12.0" & < "v0.17.0"
  2872. typeset
  2873. tyre >= "0.5"
  2874. tyxml >= "4.3.0"
  2875. tyxml-jsx
  2876. tyxml-lwd
  2877. tyxml-ppx >= "4.3.0"
  2878. tyxml-syntax
  2879. ubase
  2880. ubpf >= "0.2"
  2881. uecc >= "0.3"
  2882. uint >= "2.0.1"
  2883. ulid
  2884. um-abt
  2885. unidecode
  2886. unionFind < "20250818"
  2887. unisim_archisec
  2888. unison >= "2.51.4" & < "2.53.4"
  2889. universal-portal
  2890. universo
  2891. unix-errno >= "0.6.0"
  2892. unstrctrd
  2893. uri >= "2.2.1"
  2894. uri-bench
  2895. uri-re
  2896. uri-sexp
  2897. uring
  2898. uritemplate
  2899. user-agent-parser
  2900. username_kernel < "v0.17.0"
  2901. uspf
  2902. uspf-lwt
  2903. uspf-mirage
  2904. uspf-unix
  2905. utop
  2906. uuuu >= "0.1.1"
  2907. validator
  2908. variantslib >= "v0.12.0" & < "v0.17.0"
  2909. varray
  2910. vcaml
  2911. vcardgen >= "1.2"
  2912. vchan
  2913. vchan-unix
  2914. vchan-xen
  2915. vdom
  2916. vec
  2917. vector
  2918. vector3 >= "1.0.0"
  2919. vendredi
  2920. vercel
  2921. vhd-format >= "0.12.0"
  2922. vhd-format-lwt
  2923. vif
  2924. virtual_dom < "v0.17.0"
  2925. visitors >= "20200207"
  2926. vlq >= "0.2.1"
  2927. vlt
  2928. vmnet
  2929. vocal
  2930. voqc
  2931. vorbis
  2932. vpt >= "5.0.0"
  2933. vscoq-language-server < "2.3.3"
  2934. vsrocq-language-server
  2935. vue-jsoo
  2936. vue-ppx
  2937. wall >= "0.4"
  2938. wasm >= "2.0.2"
  2939. wasmer
  2940. wasmtime
  2941. wayland
  2942. waylaunch
  2943. wcwidth
  2944. webauthn
  2945. weberizer >= "0.8"
  2946. webmachine >= "0.6.2"
  2947. websocket >= "2.12"
  2948. websocket-async >= "2.12"
  2949. websocket-lwt
  2950. websocket-lwt-unix
  2951. websocketaf
  2952. webtest
  2953. webtest-js
  2954. wikitext
  2955. win-error >= "1.0"
  2956. win-eventlog >= "0.3"
  2957. winsvc
  2958. ws
  2959. ws-server
  2960. wseg
  2961. wtf8 >= "1.0.2"
  2962. wtr
  2963. wtr-ppx
  2964. wu-manber-fuzzy-search
  2965. x509
  2966. x86_64-esperanto >= "0.0.6"
  2967. xapi-backtrace
  2968. xapi-inventory
  2969. xapi-rrd
  2970. xapi-stdext-date
  2971. xapi-stdext-encodings
  2972. xapi-stdext-pervasives
  2973. xapi-stdext-std
  2974. xapi-stdext-threads
  2975. xapi-stdext-unix
  2976. xapi-stdext-zerocheck
  2977. xcursor
  2978. xdg-basedir
  2979. xedbindings
  2980. xen-evtchn
  2981. xen-evtchn-unix
  2982. xen-gnt
  2983. xen-gnt-unix
  2984. xenstore
  2985. xenstore-tool
  2986. xenstore_transport >= "1.1.0"
  2987. xkbcommon
  2988. xmelly
  2989. xml-light >= "2.5"
  2990. xmldiff >= "0.7.0"
  2991. xmldiff_js
  2992. xmlplaylist >= "0.1.5"
  2993. xoshiro
  2994. xtmpl >= "0.19.0" & < "1.1.0"
  2995. xtmpl_js < "1.1.0"
  2996. xtmpl_ppx < "1.1.0"
  2997. yaml >= "1.0.0"
  2998. yaml-sexp
  2999. yara >= "0.2"
  3000. yocaml < "2.0.0"
  3001. yocaml_cmark
  3002. yocaml_git < "2.0.0"
  3003. yocaml_jingoo < "2.0.0"
  3004. yocaml_markdown < "2.4.1"
  3005. yocaml_mustache < "2.0.0"
  3006. yocaml_syndication < "2.0.0"
  3007. yocaml_unix < "2.0.0"
  3008. yocaml_yaml < "2.0.0"
  3009. yojson >= "1.5.0"
  3010. yojson-bench
  3011. yojson-five
  3012. yurt >= "0.6"
  3013. yuscii >= "0.2.1"
  3014. yuujinchou
  3015. zanuda
  3016. zar
  3017. zarith-ppx
  3018. zarith_stubs_js < "v0.17.0"
  3019. zed >= "2.0.6"
  3020. zeit
  3021. zelus
  3022. zelus-gtk
  3023. zipperposition
  3024. zipperposition-tools
  3025. zlib
  3026. zlist >= "0.4.0"
  3027. zmq >= "5.1.0"
  3028. zmq-async >= "5.1.0"
  3029. zmq-eio
  3030. zmq-lwt >= "5.1.0"
  3031. zstandard >= "v0.12.1" & < "v0.17.0"
  3032. zstd >= "0.3"
  3033. 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"