package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

Requirements

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

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

Dev Dependencies

None

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